5 .class1 { position: relative; }
6 .class2 { position: absolute; }
9 window
.onload = function() {
10 document
.designMode
="on";
11 document
.execCommand("SelectAll");
12 document
.execCommand("Strikethrough");
13 document
.body
.offsetTop
;
14 document
.body
.innerHTML
= "PASS. WebKit didn't crash.";
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
21 <span class=
"class2"></span>