Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 561981-2.html
blob76ab9cc899289246dfdda5937b21d0108acfb4c6
1 <html class="reftest-wait">
2 <head>
3 <script>
4 function runtest() {
5 var i = document.getElementById("i");
6 i.style.display = "";
7 i.style.display = "none";
8 document.documentElement.offsetLeft;
9 document.documentElement.className = "";
11 </script>
12 </head>
13 <body onload="runtest();">
14 <iframe id="i" style="display: none;" src="data:text/html,text">
15 </body>
16 </html>