9 *::-webkit-resizer { position: fixed; }
12 if (window
.testRunner
)
13 testRunner
.dumpAsText();
17 var svgElement
= document
.createElementNS("http://www.w3.org/2000/svg", "svg");
18 document
.body
.appendChild(svgElement
);
19 window
.scrollBy(0, 100);
21 window
.addEventListener('load', doTest
, false);
25 <p>This test should not crash
</p>