Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-ltr-section-rtl-expected.html
blobae5ddcd8d27bbe0f098728bea7d5f4bfd8007893
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 table td
7 border: 6px solid green;
8 border-left: 0px;
10 table
12 border-collapse: separate;
13 border-spacing: 0px;
15 td {
16 height: 20px;
17 width: 120px;
18 padding: 0px;
20 </style>
21 <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>
22 <p>This test checks that a table with a rtl row group properly compute its separate borders when the left borders are disabled.</p>
23 <p>For this test to pass, there should be only green borders on the cells and no left border on the table.</p>
24 <table>
25 <tbody>
26 <tr>
27 <td></td>
28 <td></td>
29 </tr>
30 </tbody>
31 </table>
32 </body></html>