Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-038-expected.html
blob95db5f4709941cae22a7b02822c3a4b6f341a87c
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 direction: rtl;
10 height: 2in;
11 width: 2in;
13 colgroup
15 border-bottom: 5px solid black;
16 border-top: 5px solid black;
18 #winning
20 border-left: 5px solid black;
21 border-right: 5px solid black;
23 .collapsing
25 border-left: 5px solid black;
26 border-right: 5px solid black;
30 direction: ltr;
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="winning">
38 <col>
39 </colgroup>
40 <colgroup class="collapsing">
41 <col>
42 </colgroup>
43 <colgroup class="collapsing">
44 <col>
45 </colgroup>
46 <tr>
47 <td></td>
48 <td></td>
49 <td></td>
50 </tr>
51 </table>
52 </body>
53 </html>