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; -webkit-writing-mode: vertical-rl;">
12 <td style=
"-webkit-border-end: 1px solid black;">RTL
</td>
16 <td style=
"-webkit-border-end: 1px solid black;">
17 <table style=
"direction:rtl; border-collapse: collapse; -webkit-border-start: 2px solid red; -webkit-border-end: 2px solid blue;">
20 <col style=
"background: yellow; -webkit-border-end: 2px green dotted; -webkit-border-start: solid 1px;">
21 <col style=
"background: silver;">
25 <td colspan=
"2" style=
""> </td>
29 <td style=
"-webkit-border-end: 4px solid maroon;"> </td>
38 <table style=
"direction:ltr; border-collapse: collapse; -webkit-border-start: 2px solid red; -webkit-border-end: 2px solid blue;">
41 <col style=
"background: yellow; -webkit-border-end: 2px green dotted; -webkit-border-start: solid 1px;">
42 <col style=
"background: silver;">
46 <td colspan=
"2" style=
""> </td>
50 <td style=
"-webkit-border-end: 4px solid maroon;"> </td>