summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/211931-1-ref.html
blob: cea14405385133eae6a0e756543a941c17a1e8d2 (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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
td { border: 1px solid green; }
</style>
</head>
<table>
 <tr>
  <td>A</td>
 </tr>
 <tr>
  <td>B</td>
 </tr>
 <tr>
  <td>
   <table>
    <tr>
     <td>The quick brown fox jumps over the lazy wordwrap</td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</body>
</html>