2 <html class=
"reftest-wait">
4 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
5 <script src=
"/tests/SimpleTest/EventUtils.js"></script>
7 <title>Testcase #
2 for bug
1259949</title>
10 document
.body
.offsetHeight
;
11 document
.documentElement
.removeAttribute("class");
14 var pre
= document
.querySelector('pre');
15 window
.getSelection().collapse(pre
, 1/*after the text*/)
17 document
.body
.offsetHeight
;
21 <body onload=
"runTests()">
23 <pre contenteditable tabindex=
1 onfocus=
"test1()" spellcheck=
"false">abcdef
27 SimpleTest
.waitForFocus(runTests
);