Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<body id="realbody">
</body>
<body style="background:blue;">
</body>
<script>
if (document.body != document.getElementById("realbody")) {
document.body.appendChild(document.createTextNode("FAIL"));
}
</script>
</html>