blob: 8d6571db94e8f73531efc1d35cccce647c29d73f [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=100491 -->
<body>
<div id="fake_filter">PASS: did not crash.</div>
<div style="width: 100px; height: 100px; background-color: green; -webkit-filter: url(#fake_filter);"></div>
<script>
if(window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>