Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-012-expected.html
blobced07f9110aba72fdae5a08030a09da83a96d3ba
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 #test
14 border-bottom: 5px solid black;
15 border-top: 5px solid black;
19 border-left: 5px solid black;
20 border-right: 5px solid black;
22 .winning
24 border-bottom: 5px solid black;
25 border-top: 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 <tr>
33 <td class="winning"></td>
34 <td class="winning"></td>
35 <td class="winning"></td>
36 </tr>
37 <tr id="test">
38 <td></td>
39 <td></td>
40 <td></td>
41 </tr>
42 <tr>
43 <td class="winning"></td>
44 <td class="winning"></td>
45 <td class="winning"></td>
46 </tr>
47 </table>
48 </body>
49 </html>