blob: 4a44e3aa781a5ee8fc3e455e807132c552382216 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body style="font-family: ahem; font-size: 50px">
<span style="color:green">A</span><span style="color:green">B</span><span>C</span>
<script>
document.body.offsetTop;
document.body.style.color = "blue";
</script>
</html>