| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8" ?> | 1 <?xml version="1.0" encoding="UTF-8" ?> |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/
DTD/xhtml11.dtd"> |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 <head> | 4 <head> |
| 5 <title>CSS Test: writing-mode - vertical-rl - basic case - reference</title> | 5 <title>CSS Test: writing-mode - vertical-rl - basic case - reference</title> |
| 6 <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" /> | 6 <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" /> |
| 7 <meta name="flags" content="ahem" /> |
| 7 <style type="text/css"><![CDATA[ | 8 <style type="text/css"><![CDATA[ |
| 8 div | 9 div |
| 9 { | 10 { |
| 10 background: yellow; | 11 background: yellow; |
| 11 color: blue; | 12 color: blue; |
| 12 font: 20px/1 Ahem; | 13 font: 20px/1 Ahem; |
| 13 height: 6em; | 14 height: 6em; |
| 14 margin: 10px; | 15 margin: 10px; |
| 15 width: 6em; | 16 width: 6em; |
| 16 } | 17 } |
| 17 ]]></style> | 18 ]]></style> |
| 18 </head> | 19 </head> |
| 19 <body> | 20 <body> |
| 20 <p>The upper block is identical to the lower block including each character
positions.</p> | 21 <p>The upper block is identical to the lower block including each character
positions.</p> |
| 21 <div>urmiea | 22 <div>urmiea |
| 22 vsn x | 23 vsn x |
| 23 jf | 24 jf |
| 24 tokgc | 25 tokgc |
| 25 l d | 26 l d |
| 26 q h</div> | 27 q h</div> |
| 27 <div>urmiea | 28 <div>urmiea |
| 28 vsn x | 29 vsn x |
| 29 jf | 30 jf |
| 30 tokgc | 31 tokgc |
| 31 l d | 32 l d |
| 32 q h</div> | 33 q h</div> |
| 33 </body> | 34 </body> |
| 34 </html> | 35 </html> |
| OLD | NEW |