-1:000000000000 | 0:6834f57da91b |
---|---|
1 <html class="reftest-wait"> | |
2 <title>Testcase, bug 143862</title> | |
3 <style type="text/css" id="one"> html { overflow: hidden; } </style> | |
4 <style type="text/css" id="two"></style> | |
5 <script type="text/javascript"> | |
6 function remove(elt) { elt.parentNode.removeChild(elt); } | |
7 function run() { | |
8 remove(document.getElementById("one")); | |
9 remove(document.getElementById("two")); | |
10 | |
11 document.documentElement.removeAttribute("class"); | |
12 } | |
13 setTimeout(run, 100); | |
14 </script> | |
15 </html> |