summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/502288-1.html
blob: b425cb1a7215eeb0e8e5ed4845b2ca6e34a93e2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html class="reftest-wait">
  <head>
    <script>
      window.addEventListener("MozReftestInvalidate",
                              function() {
                                document.getElementById("x").style.paddingTop = "2em";
                                document.documentElement.className = "";
                              },
                              false);
    </script>
  </head>
  <body>
    <div id="x">
      Some text
    </div>
  </body>
</html>