| 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: 'direction: rtl' - table columns order and vert
ical-rl</title> | 7 <title>CSS Writing Modes Test: 'direction: rtl' - table columns order and vert
ical-rl</title> |
| 8 | 8 |
| 9 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.
com" /> | 9 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.
com" /> |
| 10 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse
rBugsSection/css21testsuite/" /> <!-- 2015-01-25 --> | 10 <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/Browse
rBugsSection/css21testsuite/" /> <!-- 2015-01-25 --> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 <tr><td><!-- bottommost column -->NN O Q R</td><td>SS T U V 
;</td><td><!-- topmost column -->W X Y ZZZ</td></tr> | 54 <tr><td><!-- bottommost column -->NN O Q R</td><td>SS T U V 
;</td><td><!-- topmost column -->W X Y ZZZ</td></tr> |
| 55 | 55 |
| 56 <!-- The "A" --> | 56 <!-- The "A" --> |
| 57 <tr><td><!-- bottommost column -->aa bb</td><td>ee
f g hh</td><td><!-- topmost column -->jjj k l mmm</
td></tr> | 57 <tr><td><!-- bottommost column -->aa bb</td><td>ee
f g hh</td><td><!-- topmost column -->jjj k l mmm</
td></tr> |
| 58 | 58 |
| 59 <!-- The "P" --> | 59 <!-- The "P" --> |
| 60 <tr><td class="left-most-cell"><!-- bottommost column -->
nn</td><td class="left-most-cell">r s t uu
</td><td class="left-most-cell"><!-- topmost column -->vvv w x y
yy</td></tr> | 60 <tr><td class="left-most-cell"><!-- bottommost column -->
nn</td><td class="left-most-cell">r s t uu
</td><td class="left-most-cell"><!-- topmost column -->vvv w x y
yy</td></tr> |
| 61 | 61 |
| 62 </table> | 62 </table> |
| 63 </body> | 63 </body> |
| 64 </html> | 64 </html> |
| OLD | NEW |