blob: c31f1a31eb8b3dd0e879095e1bc950867f97b126 [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.runin { display: run-in }
</style>
</head>
<body>
<div>
<div class="runin">This should </div>
<div id="t1">run in.</div>
</div>
</body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
document.getElementById('t1').style.display = 'inline';
</script>
</html>