2 <script src='../../resources/js-test.js'
></script>
12 selection
= getSelection();
13 selection
.setBaseAndExtent(tr
, 0, br
, 0);
14 newdoc
= document
.implementation
.createDocument("", null);
15 newdoc
.appendChild(div
);
17 if (window
.testRunner
) {
18 testRunner
.dumpAsText(false);
19 testRunner
.waitUntilDone();
22 requestAnimationFrame(function() {
23 testPassed("Renderer did not crash.");
24 if (window
.testRunner
)
25 testRunner
.notifyDone();