summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/480880-1b.html
blob: d8558889cb400111f13020de7fcccbca23e08085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html style="display: table" class="reftest-wait">
  <head>
    <script>
      window.addEventListener("MozReftestInvalidate",
        function() {
          var b = document.body;
          b.style.background = "green";
          b.style.display = "";
          document.documentElement.className = "";
        }, false);
    </script>
  </head>
  <body style="background: red; display: none">
  </body>
</html>