wpt / css / filter-effects / crashtests / kernelUnitLength-crash.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/filter-effects/crashtests/kernelUnitLength-crash.html

<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><style>
div {
  filter: url(#a);
}
</style>
</head><body><div>
<svg>
<filter id="a">
<feflood x="99%"></feflood>
<fespecularlighting x="1em" kernelUnitLength="4294967295,0.34">
<fepointlight>
</fepointlight></fespecularlighting></filter></svg></div></body></html>