summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/398733-2.html
blob: 2f794eb767c3438d64a25cfbf3673c518c394b71 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body style="display: inline; position: relative;">&#1593;
<span id="a" style="position: absolute;">&#1593;<span style="position: absolute;"></span></span>
<script>
document.body.offsetHeight;
document.getElementById('a').setAttribute('style', '');
</script>
</body>
</html>