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