Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / border-collapsing / top-border-vertical-rl-table-rtl-section-rtl-expected.html
blobbaf017e421136ce530bfcb13a4a559c6003cda34
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 rtl 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>