summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/438537-1.html
blob: a824e56c0ce40be77b62461f1a3f5357f7b687d2 (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>
    <title>Testcase, bug 438537</title>
    <script>
      window.addEventListener("MozReftestInvalidate",
        function() {
          var div = document.getElementById("div");
          div.style.height = "40px";
          document.documentElement.className = "";
        }, false);
    </script>
  </head>
  <body>
    <div id="div" style="height:20px;border:solid 2px black;border-radius: 8px;overflow:hidden">
    </div>
  </body>
</html>