2 This tests for a regression against
3 <i><a href=
"https://bugs.webkit.org/show_bug.cgi?id=6888">http://bugzilla.opendarwin.org/show_bug.cgi?id=
6888</a>
4 Collapsed borders appear on the wrong side or on the wrong cell in RTL tables
</i>.
7 The RTL table should be a mirror image of the LTR table.
10 <table cellpadding=
"4" cellspacing=
"0" style=
"text-align: center;">
12 <td style=
"border-right: 1px solid black;">RTL
</td>
16 <td style=
"border-right: 1px solid black;">
17 <table style=
"direction:rtl; border-collapse: collapse; border-left: 2px solid red; border-right: 2px solid blue;">
20 <col style=
"background: yellow; border-right: 2px green dotted; border-left: solid 1px;">
21 <col style=
"background: silver;">
25 <td colspan=
"2" style=
""> </td>
29 <td style=
"border-right: 4px solid maroon;"> </td>
38 <table style=
"direction:ltr; border-collapse: collapse; border-right: 2px solid red; border-left: 2px solid blue;">
41 <col style=
"background: yellow; border-left: 2px green dotted; border-right: solid 1px;">
42 <col style=
"background: silver;">
46 <td colspan=
"2" style=
""> </td>
50 <td style=
"border-left: 4px solid maroon;"> </td>