| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 | 2 |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | 4 |
| 5 <head> | 5 <head> |
| 6 | 6 |
| 7 <title>CSS Writing Modes Test: Border conflict resolution - adjacent cells wit
h same border styles in a 'vertical-rl' table with 'direction: ltr' (complex)</t
itle> | 7 <title>CSS Writing Modes Test: Border conflict resolution - adjacent cells wit
h same border styles in a 'vertical-rl' table with 'direction: ltr' (complex)</t
itle> |
| 8 | 8 |
| 9 <!-- | 9 <!-- |
| 10 Original (and horizontal-tb) test is | 10 Original (and horizontal-tb) test is |
| 11 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/border-conflict-ele
ment-001c.htm | 11 http://test.csswg.org/suites/css2.1/nightly-unstable/html4/border-conflict-ele
ment-001c.htm |
| 12 --> | 12 --> |
| 13 | 13 |
| 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 14 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc
tions" title="6.2 Flow-relative Directions" /> | 15 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc
tions" title="6.2 Flow-relative Directions" /> |
| 16 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict-
resolution" title="17.6.2.1 Border conflict resolution" /> | 16 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#border-conflict-
resolution" title="17.6.2.1 Border conflict resolution" /> |
| 17 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht"
/> | 17 <link rel="match" href="../css21/reference/ref-filled-green-100px-square.xht"
/> |
| 18 | 18 |
| 19 <meta content="" name="flags" /> | 19 <meta content="" name="flags" /> |
| 20 <meta content="When two adjacent cells have the same 'border-width' value and
the same 'border-style' value in a 'border-collapse: collapse' table, then the c
olor of the border of the cell closest to line-left side wins (if the table's 'd
irection' is 'ltr'; line-right side, if it is 'rtl') and the color of the border
of the cell closest to block-start side wins." name="assert" /> | 20 <meta content="When two adjacent cells have the same 'border-width' value and
the same 'border-style' value in a 'border-collapse: collapse' table, then the c
olor of the border of the cell closest to line-left side wins (if the table's 'd
irection' is 'ltr'; line-right side, if it is 'rtl') and the color of the border
of the cell closest to block-start side wins." name="assert" /> |
| 21 | 21 |
| 22 <style type="text/css"><![CDATA[ | 22 <style type="text/css"><![CDATA[ |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 </tr> | 143 </tr> |
| 144 | 144 |
| 145 <tr> | 145 <tr> |
| 146 <td id="thirteen"></td> <td id="fourteen"></td> <td id="fifteen"></td>
<td id="sixteen"></td> | 146 <td id="thirteen"></td> <td id="fourteen"></td> <td id="fifteen"></td>
<td id="sixteen"></td> |
| 147 </tr> | 147 </tr> |
| 148 | 148 |
| 149 </table> | 149 </table> |
| 150 | 150 |
| 151 </body> | 151 </body> |
| 152 </html> | 152 </html> |
| OLD | NEW |