Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / border-conflict-element-016-expected.html
blob9ce7733499ba5cd2920a326b7f8d61422c8089a3
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 for CSS Test: Border Conflict Resolution (by element): cell in row - element with highest priority is the dominant border</title>
5 <style type="text/css">
6 table
8 border-collapse: collapse;
9 height: 2in;
10 width: 2in;
14 border: 5px solid black;
18 border: 5px solid black;
20 </style>
21 </head>
22 <body>
23 <p>Test passes if there is no red visible on the page.</p>
24 <table>
25 <tr>
26 <td></td>
27 </tr>
28 </table>
29 </body>
30 </html>