5 <!-- Test for http://crbug.com/338461 -->
6 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
7 <rect filter=
"url(#filter)"></rect>
8 <filter id=
"filter" xlink:
href=
"#marker"></filter>
9 <marker id=
"marker"></marker>
13 <div>PASS: Did not crash.
</div>
16 if (window
.testRunner
) {
17 testRunner
.dumpAsText();
18 testRunner
.waitUntilDone();
21 requestAnimationFrame(function() {
22 document
.styleSheets
[0].insertRule("#foobarbaz { } ", 0);
24 if (window
.testRunner
)
25 testRunner
.notifyDone();