no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / display-list / retained-dl-wrap-list.html
blobab0541bac9b4ace8027b9e7264287212d1fe8ddd
1 <html class="reftest-wait">
2 <body>
3 <div style="float:left; width:200px; height:200px; background-color: red">
4 <div style="width:100px; height:100px;" id="hover"></div>
5 </div>
6 </body>
7 <script>
8 function doTest() {
9 document.getElementById("hover").style.backgroundColor = "blue";
10 document.documentElement.removeAttribute("class");
13 window.addEventListener("MozReftestInvalidate", doTest);
14 </script>
15 </html>