Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 389224-2.html
blob354b9a9138534ac7c5a92be1687c1633ce7fe893
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <body>
4 <div id="d" style="position:absolute; left:10px; top:10px; width:10px; height:10px;">
5 <div style="width:100px; height:100px; background:lime;"></div>
6 </div>
7 <script>
8 var d = document.getElementById("d");
9 function doTest() {
10 d.style.clip = "rect(0,0,0,0)";
11 document.documentElement.removeAttribute("class");
13 window.addEventListener("MozReftestInvalidate", doTest);
14 </script>
15 </body>
16 </html>