chromium/third_party/blink/web_tests/css3/filters/filter-empty-element-crash.html

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