layout/base/crashtests/398733-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/398733-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<html><head>
     1.5 +<script>
     1.6 +function doe2(i) {
     1.7 +var x=document.getElementsByTagName('*');
     1.8 +document.body.setAttribute('style', 'display: inline; position: relative;');
     1.9 +document.body.offsetHeight;
    1.10 +document.getElementById('a').setAttribute('style', '');
    1.11 +document.getElementById('b').setAttribute('style', 'position: absolute;');
    1.12 +}
    1.13 +setTimeout(doe2,100);
    1.14 +</script>
    1.15 +</head>
    1.16 +
    1.17 +<body>
    1.18 +<span id="b"></span>&#1593;
    1.19 +<span id="a" style="position: absolute;">&#1593;
    1.20 +<span style="position: absolute;"></span>
    1.21 +</span>
    1.22 +</body>
    1.23 +</html>
    1.24 \ No newline at end of file

mercurial