Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!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()">
<p>Hello world!</p>