6 border-collapse: collapse;
7 border-left:
2px solid red;
8 border-right:
2px solid red;
9 border-bottom:
3px solid green;
10 border-top:
3px solid green;
14 border-left:
3px solid green;
18 border-right:
3px solid green;
28 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=101060">101060</a>: Fix the collapsing border code to handle mixed directionality at the row level
</p>
29 <p>This test checks that a table with
dir=
"rtl" and mixed directionality on the row works as expected.
</p>
30 <p>The table below should have a
3px green outer border.
</p>
32 <tbody class=
"rightGreenBorder">
35 <td class=
"leftGreenBorder"></td>
39 <td class=
"leftGreenBorder"></td>
41 <tr dir=
"ltr" class=
"leftGreenBorder">
45 <tr dir=
"rtl" class=
"leftGreenBorder">