Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-031-expected.html
blob749449e8cd153512dc62f54ce9dda918c027e200
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 #collapsing1
14 border-left: 5px solid black;
15 border-right: 5px solid black;
17 #collapsing2
19 border-left: 5px solid black;
20 border-right: 5px solid black;
22 col
24 border-bottom: 5px solid black;
25 border-top: 5px solid black;
27 #test
29 border-left: 5px solid black;
30 border-right: 5px solid black;
32 </style>
33 </head>
34 <body>
35 <p>Test passes if there is no red visible on the page.</p>
36 <table>
37 <colgroup id="collapsing1">
38 <col>
39 </colgroup>
40 <colgroup>
41 <col id="test">
42 </colgroup>
43 <colgroup id="collapsing2">
44 <col>
45 </colgroup>
46 <tr>
47 <td></td>
48 <td></td>
49 <td></td>
50 </tr>
51 </table>
52 </body>
53 </html>