Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-037-expected.html
blob3ce72a00b556f06ce9ab4aefd5bf6337222544ab
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Reference Result</title>
5 <style type="text/css">
6 table
8 border-collapse: collapse;
9 height: 2in;
10 width: 2in;
12 colgroup
14 border-bottom: 5px solid black;
15 border-top: 5px solid black;
17 .collapsing
19 border-left: 5px solid black;
20 border-right: 5px solid black;
22 #winning
24 border-left: 5px solid black;
25 border-right: 5px solid black;
27 </style>
28 </head>
29 <body>
30 <p>Test passes if there is no red visible on the page.</p>
31 <table>
32 <colgroup id="winning">
33 <col>
34 </colgroup>
35 <colgroup class="collapsing">
36 <col>
37 </colgroup>
38 <colgroup class="collapsing">
39 <col>
40 </colgroup>
41 <tr>
42 <td></td>
43 <td></td>
44 <td></td>
45 </tr>
46 </table>
47 </body>
48 </html>