Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/283686-3.html

12 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>