no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 480880-1e.html
blobba450f72676d8f65627b3b9cd4a5091cc6ba2829
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 window.addEventListener("MozReftestInvalidate",
6 function() {
7 var b = document.body;
8 b.style.background = "green";
9 b.style.display = "";
10 document.documentElement.className = "";
11 });
12 </script>
13 </head>
14 <body style="background: red; display: none">
15 </body>
16 </html>