| 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 white-space: pre; | 17 white-space: pre; |
| 17 } | 18 } |
| 18 ]]></style> | 19 ]]></style> |
| 19 </head> | 20 </head> |
| 20 <body> | 21 <body> |
| 21 <p>The upper block is identical to the lower block including each character
positions.</p> | 22 <p>The upper block is identical to the lower block including each character
positions.</p> |
| 22 <div>tomiea | 23 <div>tomiea |
| 23 n b | 24 n b |
| 24 uq jf | 25 uq jf |
| 25 v kgc | 26 v kgc |
| 26 r l d | 27 r l d |
| 27 s h</div> | 28 s h</div> |
| 28 <div>tomiea | 29 <div>tomiea |
| 29 n b | 30 n b |
| 30 uq jf | 31 uq jf |
| 31 v kgc | 32 v kgc |
| 32 r l d | 33 r l d |
| 33 s h</div> | 34 s h</div> |
| 34 </body> | 35 </body> |
| 35 </html> | 36 </html> |
| OLD | NEW |