2 <script src=
"../../resources/js-test.js"></script>
3 <svg xmlns=
"http://www.w3.org/2000/svg">
4 <set attributeName=
"stroke-width">
7 setTimeout(function() {
8 svgdoc
= document
.implementation
.createDocument("http://www.w3.org/2000/svg", "svg", null);
9 svgdoc
.documentElement
.appendChild(document
.querySelector("body"));
10 debug("PASS: if the test doesn't crash.");