blob: 0b3f87b58b6352e484d30d5aafb8b7df9c6ab115 [file] [log] [blame]
<!DOCTYPE html>
<script src=../../resources/run-after-layout-and-paint.js></script>
<p>PASS if no crash (stack overflow)</p>
<svg>
<pattern id="a" width="1" height="1">
<rect fill="url(#b)" width="1" height="1"/>
</pattern>
<pattern id="b" xlink:href="#a"/>
<rect fill="url(#b)" width="1" height="1"/>
</svg>
<script>
if (window.testRunner)
testRunner.dumpAsText();
runAfterLayoutAndPaint(function() {}, true);
</script>