mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
317 B
HTML
13 lines
317 B
HTML
<!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>
|
|
|