summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/034.html
blob: 19884f345c649099e6c90da2634e15ebd0a15417 (plain)
1
2
3
4
5
6
7
8
9
10
11
<body style="overflow: hidden;">
<table>
<tr>
<td width=100%></td>
<td>
		<DIV STYLE="width:1046px; height:1254px; background:#A9AFB8;">This cell should
                be huge and 1000 pixels wide.</DIV>
</td>
</tr>
</table>
</body>