3 This test passes if it does not crash.
5 if (window
.testRunner
) {
6 testRunner
.waitUntilDone();
7 testRunner
.dumpAsText();
9 internals
.settings
.setCaretBrowsingEnabled(false);
10 testRunner
.layoutAndPaintAsyncThen(function() {
11 internals
.settings
.setCaretBrowsingEnabled(true);
12 document
.body
.innerHTML
+= 'PASS';
13 testRunner
.layoutAndPaintAsyncThen(function() {
14 testRunner
.notifyDone();
18 document
.body
.textContent
= 'This test needs DumpRenderTree.';