Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug965.html
blobd426e8011547a00997d837ae4d4e345bdf91ef28
1 <html>
2 <head>
3 <title>965</title>
4 </head>
5 <body>
7 <table style="border: thin solid red">
8 <tr>
9 <td style="border: thin solid green">one</td>
10 <td style="border: thin solid red">two</td>
11 <td style="border: thin solid blue">three</td>
12 </tr>
13 <tr>
14 <td style="border: thin solid green">four</td>
15 <td style="border: thin solid yellow">five</td>
16 <td style="border: thin solid orange">six</td></tr>
17 </table>
19 <br>
21 <table border=2 style="border: thin solid red">
22 <tr>
23 <td style="border: thin solid green">one</td>
24 <td style="border: thin solid red">two</td>
25 <td style="border: thin solid blue">three</td>
26 </tr>
27 <tr>
28 <td style="border: thin solid green">four</td>
29 <td style="border: thin solid yellow">five</td>
30 <td style="border: thin solid orange">six</td>
31 </tr>
32 </table>
34 <br>
36 should be 2px solid red around table
37 <table style="border: 2px solid red" border=2>
38 <tr><td>One</td><td>Two</td></tr>
39 </table>
41 <br>
43 should be medium solid red around table
44 <table style="border:solid red" border=2>
45 <tr><td>One</td><td>Two</td></tr>
46 </table>
47 </body></html>
49 </body>
50 </html>