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