summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/480880-1b.html
blob: 9eabe868ccb2a31ebef218aa032cab4eb3beea1b (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 = "";
        });
    </script>
  </head>
  <body style="background: red; display: none">
  </body>
</html>