2 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=15942">http://bugs.webkit.org/show_bug.cgi?id=
15942</a>
3 REGRESSION: Selecting
"Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
</i>.
7 testRunner
.dumpAsText();
11 var target
= document
.getElementById('target');
12 var doc
= target
.contentDocument
;
13 target
.contentWindow
.getSelection().collapse(doc
.body
, 0);
20 var target
= document
.getElementById('target');
21 target
.style
.display
= 'none';
22 target
.contentDocument
.body
.innerHTML
;
26 <iframe onload=
"prepare()" id=
"target" src=
"data:text/html,<body contenteditable>"></iframe>