Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-019-expected.html
blobd62993309fbf26c6355826e6b24e3a3d8bc048f7
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 <tbody>
33 <tr>
34 <td class="winning"></td>
35 <td class="winning"></td>
36 <td class="winning"></td>
37 </tr>
38 </tbody>
39 <tbody id="test">
40 <tr>
41 <td></td>
42 <td></td>
43 <td></td>
44 </tr>
45 </tbody>
46 <tbody>
47 <tr>
48 <td class="winning"></td>
49 <td class="winning"></td>
50 <td class="winning"></td>
51 </tr>
52 </tbody>
53 </table>
54 </body>
55 </html>