summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/331679-3.xml
blob: df73640be61a44a69c31eb4827a0edc6cc808525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>pseudo double SetInitialChildlist</title>
  <style>
   .cat::-moz-table-row-group { overflow: scroll;}
   tr { position: absolute;}
  </style>
 </head>

 <body>

  <div class="cat" style="display:table">
   <div style="display:block">
    <div style="display:table-cell">Cell</div>
   </div>
  </div>

 </body>
</html>