summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/402567-1-ref.html
blob: 196398f4df5d8fa1e20da209e07972f6a898628e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head><style>
   table { width:      10px;       }
   div   { background: lightgreen; 
           padding:    0.2em;      }
</style></head>
<body>
 <table><tr><td>
   <div>
     a bb ccc dddd
   </div>
 </td></tr></table>
 <table><tr><td>
   <div>
     a bb ccc dddd
   </div>
  </td></tr></table>
</body>
</html>