1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/398733-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,9 @@ 1.4 +<html> 1.5 +<body style="display: inline; position: relative;">ع 1.6 +<span id="a" style="position: absolute;">ع<span style="position: absolute;"></span></span> 1.7 +<script> 1.8 +document.body.offsetHeight; 1.9 +document.getElementById('a').setAttribute('style', ''); 1.10 +</script> 1.11 +</body> 1.12 +</html>