12 -webkit-margin-before: -
100px;
16 if (window
.testRunner
)
17 testRunner
.dumpAsText();
20 document
.body
.appendChild(document
.createElement('select'));
22 float1
= document
.createElement('hr');
23 float1
.setAttribute('id', 'float1');
24 document
.body
.appendChild(float1
);
26 div1
= document
.createElement('div');
27 div1
.setAttribute('id', 'div1');
28 document
.body
.appendChild(div1
);
29 div1
.appendChild(document
.createElement('textarea'));
31 div2
= document
.createElement('div');
32 document
.body
.appendChild(div2
);
33 div2
.appendChild(document
.createElement('input'));
35 document
.body
.offsetTop
;
36 document
.body
.removeChild(float1
);
37 document
.body
.offsetTop
;
38 document
.body
.innerHTML
= "PASS. WebKit didn't crash.";