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