blob: 92ae2bc06ad30a6998be012511d0dd42d0501a1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html class="reftest-wait">
<script type="text/javascript">
function run() {
document.documentElement.style.display = 'none';
document.documentElement.className = '';
}
</script>
<body onload="run()">
<title>Testcase, bug 283686 (root element having display:none)</title>
<p>Hello world!</p>
|