1 <html xmlns=
"http://www.w3.org/1999/xhtml">
5 <svg xmlns=
"http://www.w3.org/2000/svg">
7 <clipPath id=
"clipClip">
11 <clipPath clip-path=
"url(#clipClip)">
21 if (window
.testRunner
) {
22 testRunner
.waitUntilDone();
23 testRunner
.dumpAsText();
26 document
.addEventListener("DOMContentLoaded", initCrash
, false);
28 function initCrash() {
29 var bodyRoot
= document
.getElementById("bodyRoot");
30 try { document
.implementation
.createDocument("", "", null).adoptNode(bodyRoot
); } catch(e
) {}
31 try { bodyRoot
.textContent
= "" } catch(e
) {}
32 document
.documentElement
.innerHTML
= "PASS";
34 if (window
.testRunner
)
35 testRunner
.notifyDone();