mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
334 B
HTML
13 lines
334 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html class="reftest-wait" style="display:none">
|
||
|
<script type="text/javascript">
|
||
|
function run() {
|
||
|
document.documentElement.style.display = '';
|
||
|
document.documentElement.className = '';
|
||
|
}
|
||
|
</script>
|
||
|
<body onload="run()">
|
||
|
<title>Testcase, bug 283686 (root element having display:none)</title>
|
||
|
<p>Hello world!</p>
|
||
|
|