Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug42443.html
blob9e0df60dbaa40cdd7ce54b59f6e9f32c40291f65
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <body>
4 <table border=1>
5 <tr>
6 <td width="20%">1</td>
7 <td width="60%">HelloHelloHelloHelloHelloHelloHelloHelloHelloHelloHelloHello</td>
8 </tr>
9 <tr>
10 <td colspan=3 width="100%">3</td>
11 </tr>
12 </table>
13 </body>
14 </html>