Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 389224-1.html
blob7fe96421100bc64d74d213ba272e2f64737d2839
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; clip:rect(auto,100px,50px,auto)">
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 = "";
11 document.documentElement.removeAttribute("class");
13 window.addEventListener("MozReftestInvalidate", doTest, false);
14 </script>
15 </body>
16 </html>