Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug60013.html
blob0d9ce5b261ed9dd10e89d290ebf02e17580cb419
1 <html>
2 <head>
3 <title>testcase</title>
4 </head>
5 <body>
7 <table width="0%" border="1">
8 <tr bgcolor="#CCFFFF">
9 <td>THis table has zero % width declared</td>
10 </tr>
11 </table>
13 <table border="1">
14 <tr bgcolor="#CCFFFF">
15 <td>THis table has no width declared</td>
16 </tr>
17 </table>
19 </body>
20 </html>