2 <html class=
"reftest-wait">
5 <p id=
"first">f
<span>o
</span>o
</p>
8 document
.body
.offsetTop
;
9 var p1
= document
.getElementById("first");
10 var p2
= document
.getElementById("second");
11 var selection
= window
.getSelection();
12 selection
.setBaseAndExtent(p1
.lastChild
, 1, p2
.firstChild
, 2);
15 selection
.collapse(p2
.firstChild
, 3);
16 document
.documentElement
.removeAttribute('class');
18 document
.addEventListener("MozReftestInvalidate", doTest
);