tenfourfox/layout/base/crashtests/398733-2.html

10 lines
282 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>