Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-004-expected.html
blobfb4ed478089ad69b74f9404505e6d8b8ec0d8d3d
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Reference Result</title>
5 <style type="text/css">
6 table
8 border-collapse: collapse;
9 height: 2in;
10 width: 2in;
12 #collapsing1
14 border-bottom: 5px solid black;
15 border-top: 5px solid black;
17 #collapsing2
19 border-bottom: 5px solid black;
20 border-top: 5px solid black;
24 border-left: 5px solid black;
25 border-right: 5px solid black;
27 #test
29 border-bottom: 5px solid black;
30 border-top: 5px solid black;
32 </style>
33 </head>
34 <body>
35 <p>Test passes if there is no red visible on the page.</p>
36 <table>
37 <tr id="collapsing1">
38 <td></td>
39 </tr>
40 <tr>
41 <td id="test"></td>
42 </tr>
43 <tr id="collapsing2">
44 <td></td>
45 </tr>
46 </table>
47 </body>
48 </html>