1 <html class=
"reftest-wait">
3 <script type=
"text/javascript">
7 var r
= document
.createRange();
8 r
.setStart(document
.body
, 0);
9 r
.setEnd(document
.getElementById("g"), 0);
12 // Give spell-check a chance to run
13 setTimeout(function() { document
.documentElement
.className
= ""; },
20 <body onload=
"boom();" contenteditable=
"true"><span><span contenteditable=
"true"><a href=
"http://www.mozilla.org/">5</a></span></span><span id=
"g"></span></body>