Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<body id="realbody">
</body>
<body style="background:blue;">
</body>
<script>
if (document.body != document.getElementById("realbody")) {
document.body.appendChild(document.createTextNode("FAIL"));
}
</script>
</html>