|
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<!--
|
|
If invalid url isn't correctly handled, this test will crash when
|
|
gfx.webrender.enabled=true and gfx.webrender.all=true
|
|
-->
|
|
<div style="padding: 1px; filter:url('data://not-valid-data');"></div>
|
|
</body>
|
|
</html>
|