Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 003.html
blob3f0b98433087f0ca51fe2d2012bc580927bdb715
1 <table width=100% >
2 <tr><td>URL: <td width=100%><input style="width:100%"></tr>
3 <tr><td colspan=2 bgcolor=red>Alongwordtogiveyouanicebigminwidth.
4 </td></tr>
5 </table>
7 <table border=2 bgcolor=red height=100 width=100><tr><td></tr></table>
9 <table height=120 border=2>
10 <tr><td>hello
11 <tr><td>more hello
12 <tr><td>world
13 <tr><td height=100%><textarea style="height:100%"></textarea>
14 </table>
16 <table>
17 <tr><td width=100 nowrap>I should wrap and not have nowrap. I really should.
18 </table>
20 <table>
21 <tr><td width=100 nowrap><div>I should wrap and not have nowrap. I really should.</div>
22 </table>
24 <table>
25 <tr><td width=100 style="white-space:nowrap">I should have nowrap. I really should. Definitely. Should.
26 </table>
28 <table>
29 <tr><td width=100 style="white-space:nowrap"><div>I should have nowrap. I really should. Definitely. Should.</div>
30 </table>