dholbert%cs.stanford.edu 8be7c46f62 Bug 408656 reftests. r=bz
git-svn-id: svn://10.0.0.236/trunk@242586 18797224-902f-48f8-a5cc-f745e15eee43
2008-01-07 19:22:52 +00:00

23 lines
355 B
HTML

<html>
<head><style>
body {
margin: 0px;
}
span.a {
position: absolute;
width: 100px;
height: 100px;
border: 1px solid black;
overflow: hidden;
}
</style></head>
<body>
<script>document.body.offsetHeight;</script>
<div style="padding: 100px;">
<span style="position: relative;">
<span class="a"></span>
</span>
</div>
</body>
</html>