summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/402567-4-ref.html
blob: 80ecb44f4e782acaa676e4d4ed71262c05614a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head><style>
   table {
     width: 10px;
   }
   div.auto { 
     overflow: auto;
     height: 50px;
     background: lightgreen;
   }
   div.invis {
     color: white;
   }
</style></head>
<body>
  <table><tr><td>
    <div class="auto">
      x xx x xx x xx x xx x xx x xx x xx x 
      xxxxxx
    </div>
    <div class="invis">
      xxxxxx
    </div>    
  </td></tr></table>
</body>
</html>