3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
6 window
.onload = function() {
7 testRunner
.layoutAndPaintAsyncThen(function() { testRunner
.notifyDone(); });
11 <p>PASS if no crash (stack overflow).
</p>
12 <svg width=
"100" height=
"100">
13 <rect width=
"100" height=
"100" fill=
"url(#p1)"/>
14 <pattern id=
"p3" width=
"1" height=
"1">
15 <rect fill=
"url(#p1)" width=
"100" height=
"100"/>
17 <pattern id=
"p2" width=
"1" height=
"1">
18 <rect fill=
"url(#p3)" width=
"100" height=
"100"/>
20 <pattern id=
"p1" width=
"1" height=
"1">
21 <rect fill=
"url(#p2)" width=
"100" height=
"100"/>