1 <?xml version=
"1.0" encoding=
"iso-8859-1" standalone=
"no"?>
2 <svg id=
"svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" xmlns=
"http://www.w3.org/2000/svg">
3 <!-- Test for https://bugs.webkit.org/show_bug.cgi?id=106664 -->
10 <use id=
"u1" xlink:
href=
"#s1"/>
13 use { clip-path: url(#r1); }
17 <text>PASS: Did not crash.
</text>
21 u1 = document.getElementById('u1');
22 clone = u1.cloneNode(false);
23 document.getElementById('svg').appendChild(clone);
26 if (window.testRunner)
27 testRunner.dumpAsText();
29 document.addEventListener(
"DOMContentLoaded", initCF, false);