Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug48827.html
blob3a7346e19b28f8ded12dec09357d73eb624b2e34
1 <html>
2 <head><title>Border Test</title></head>
3 <body bgcolor=white>
5 <p>A 101 pixel wide table</p>
6 <table width=101 border=0 cellpadding=0 cellspacing=1>
7 <tr>
8 <td bgcolor=black width="25%">&nbsp;</td>
9 <td bgcolor=black width="25%">&nbsp;</td>
10 <td bgcolor=black width="25%">&nbsp;</td>
11 <td bgcolor=black width="25%">&nbsp;</td>
12 </tr>
13 <tr>
14 <td colspan=2 bgcolor=black>&nbsp;</td>
15 <td colspan=2 bgcolor=black>&nbsp;</td>
16 </tr>
17 </table>
19 <p>A 102 pixel wide table</p>
20 <table width=102 border=0 cellpadding=0 cellspacing=1>
21 <tr>
22 <td bgcolor=black width="25%">&nbsp;</td>
23 <td bgcolor=black width="25%">&nbsp;</td>
24 <td bgcolor=black width="25%">&nbsp;</td>
25 <td bgcolor=black width="25%">&nbsp;</td>
26 </tr>
27 <tr>
28 <td colspan=2 bgcolor=black>&nbsp;</td>
29 <td colspan=2 bgcolor=black>&nbsp;</td>
30 </tr>
31 </table>
33 <p>A 103 pixel wide table</p>
34 <table width=103 border=0 cellpadding=0 cellspacing=1>
35 <tr>
36 <td bgcolor=black width="25%">&nbsp;</td>
37 <td bgcolor=black width="25%">&nbsp;</td>
38 <td bgcolor=black width="25%">&nbsp;</td>
39 <td bgcolor=black width="25%">&nbsp;</td>
40 </tr>
41 <tr>
42 <td colspan=2 bgcolor=black>&nbsp;</td>
43 <td colspan=2 bgcolor=black>&nbsp;</td>
44 </tr>
45 </table>
47 <p>A 104 pixel wide table</p>
48 <table width=104 border=0 cellpadding=0 cellspacing=1>
49 <tr>
50 <td bgcolor=black width="25%">&nbsp;</td>
51 <td bgcolor=black width="25%">&nbsp;</td>
52 <td bgcolor=black width="25%">&nbsp;</td>
53 <td bgcolor=black width="25%">&nbsp;</td>
54 </tr>
55 <tr>
56 <td colspan=2 bgcolor=black>&nbsp;</td>
57 <td colspan=2 bgcolor=black>&nbsp;</td>
58 </tr>
59 </table>
61 </body>
62 </html>