blob: c93b6d59e807ce5646102686c4d2ead3f15cccbd [file] [log] [blame]
<!DOCTYPE html>
<style>
html, body { background: inherit }
.red { background: red }
</style>
<body class="red">
You should see no red.
<script>
document.body.offsetTop;
document.body.className = "";
</script>