Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / border-collapsing / first-cell-left-border-hidden-table-ltr-section-rtl-expected.html
blob6abd9532c8ae60659b45e83faa22e9a34ceb75ce
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 table td
7 border: 6px solid green;
9 table
11 border-collapse: collapse;
12 border-spacing: 0px;
13 border-right-style: hidden;
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 ltr table and a rtl row group properly compute its collapsing borders when the right-most cell's right border is 'hidden'.</p>
23 <p>For this test to pass, there should be only green borders on the cells and no right 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>