summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/402567-3-ref.html
blob: 92f57854fc0758f16769d560e20af558d8a136e9 (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
<html>
<head><style>
   table {
     width: 10px;
   }
   div.scroll { 
     overflow: scroll;
     background: lightgreen;
   }
   div.invis {
     color: white;
   }
</style></head>
<body>
  <table><tr><td>
    <div class="scroll">
      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>