haikuwebkit/LayoutTests/css3/filters/filter-empty-element-crash....

7 lines
201 B
HTML

<script>
if (window.testRunner)
window.testRunner.dumpAsText(false);
</script>
<div style="-webkit-filter: blur(1px);" width="0px" height="0px"></div>
<p>If you can read this, the test passed.</p>