Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / border-collapsing / top-border-vertical-rl-table-ltr-section-rtl-expected.html
blob650a3654f24c1b0a05fc082020595071ae919b89
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 table td
7 border: 6px solid green;
8 border-top: 0px;
10 table
12 border-collapse: collapse;
13 border-spacing: 0px;
14 -webkit-writing-mode: vertical-lr;
15 -moz-writing-mode: vertical-lr;
16 writing-mode: vertical-lr;
18 td {
19 height: 20px;
20 width: 120px;
21 padding: 0px;
23 </style>
24 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=87900">87900</a>: Add support for direction on table row group with collapsing borders</p>
25 <p>This test checks that a table with a vertical writing mode and a rtl row group properly compute its collapsing borders when the top borders are disabled.</p>
26 <p>For this test to pass, there should be only green borders on the cells and no top border on the table.</p>
27 <table>
28 <tbody>
29 <tr>
30 <td></td>
31 <td></td>
32 </tr>
33 </tbody>
34 </table>
35 </body></html>