layout/reftests/bugs/670467-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/670467-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!DOCTYPE html>
     1.5 +<body style="color: red">
     1.6 +  <div id="x" style="display: inline; visibility: hidden">
     1.7 +    Line 1
     1.8 +    <div>Line 2</div>
     1.9 +    Line 3
    1.10 +    <div>Line 4</div>
    1.11 +    Line 5
    1.12 +  </div><script type="text/javascript">
    1.13 +    document.body.offsetWidth;
    1.14 +    document.getElementById("x").style.visibility = "visible";
    1.15 +    document.body.style.color = "green";
    1.16 +  </script>
    1.17 +</body>

mercurial