Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / border-conflict-element-002-expected.html
blob435f840ea4c6ad2d5145ce2eca8b388149e22819
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;
15 border: 5px solid black;
16 direction: ltr;
18 .collapsing1
20 border-right: 5px solid black;
22 #collapsing2
24 border-top: 5px solid black;
26 </style>
27 </head>
28 <body>
29 <p>Test passes if there is no red visible on the page.</p>
30 <table>
31 <tr>
32 <td></td>
33 <td></td>
34 <td></td>
35 </tr>
36 <tr>
37 <td></td>
38 <td class="collapsing1"></td>
39 <td class="collapsing1"></td>
40 </tr>
41 <tr>
42 <td></td>
43 <td id="collapsing2"></td>
44 <td></td>
45 </tr>
46 </table>
47 </body>
48 </html>