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