summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/503364-1b.html
blob: 3d66e5863b201bdc6aa1d8a6f29e8012b5fbf9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html class="reftest-wait" style="display: none">
  <head>
    <script>
      function doTest() {
        document.documentElement.style.display = "";
        document.documentElement.className = "";
      }
      window.addEventListener("MozReftestInvalidate", doTest);
    </script>
  </head>
  <body>
     <table style="position: absolute; top: 100px; left: 100px;">
       <tr>
         <td>
           <div style="position: absolute; left: 20px; top: 20px; background: black; height: 20px; width: 20px"></div>
         </td>
       </tr>
  </body>
</html>