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