summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/480880-2c.html
blob: 672e0115f9c18f4a3070b2d7298cd6ffb93ef5e1 (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 = "";
        }, false);
    </script>
  </head>
</html>