2 if (window
.testRunner
) {
3 testRunner
.dumpEditingCallbacks();
4 window
.testRunner
.waitUntilDone();
9 var doc
= frame
.document
;
11 var sel
= frame
.getSelection();
12 sel
.collapse(body
, 0);
13 if (window
.testRunner
)
14 window
.testRunner
.notifyDone();
17 <p>This tests for a caret painting bug. You should not see a caret in the editable subframe below.
</p>
18 <iframe src=
"../resources/contenteditable-iframe-src.html" onload=
"runTest();"></iframe>