Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 670467-1.html
blobef6da737ec56e74d594e0eba6277f7ae30feba3f
1 <!DOCTYPE html>
2 <body style="color: red">
3 <div id="x" style="display: inline; visibility: hidden">
4 Line 1
5 <div>Line 2</div>
6 Line 3
7 <div>Line 4</div>
8 Line 5
9 </div><script type="text/javascript">
10 document.body.offsetWidth;
11 document.getElementById("x").style.visibility = "visible";
12 document.body.style.color = "green";
13 </script>
14 </body>