| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>CSS Writing Modes Test: writing-mode: horizontal-tb nested in vertica
l-rl</title> | 4 <title>CSS Writing Modes Test: writing-mode: horizontal-tb nested in vertica
l-rl</title> |
| 5 <link rel="author" title="KISAKA Toshihiro" href="mailto:toshihiro@kisaka.jp
"> | 5 <link rel="author" title="KISAKA Toshihiro" href="mailto:toshihiro@kisaka.jp
"> |
| 6 <!-- You must have at least one spec link, but may have as many as are cove
red in the test. --> | 6 <!-- You must have at least one spec link, but may have as many as are cover
ed in the test. --> |
| 7 <!-- Be sure to make the main testing area first in the order --> | 7 <!-- Be sure to make the main testing area first in the order --> |
| 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mod
e"> | 8 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#writing-mod
e"> |
| 9 <!-- The match link is only required if this is a reftest --> | 9 <!-- The match link is only required if this is a reftest --> |
| 10 <link rel="match" href="writing-mode-vertical-rl-003-ref.htm"> | 10 <link rel="match" href="writing-mode-vertical-rl-003-ref.htm"> |
| 11 <meta name="flags" content="ahem"> | 11 <meta name="flags" content="ahem"> |
| 12 <meta name="assert" content="when child block has its own writing-mode, chil
d block's writing-mode overwrites parent block's writing-mode."> | 12 <meta name="assert" content="when child block has its own writing-mode, chil
d block's writing-mode overwrites parent block's writing-mode."> |
| 13 <style type="text/css"> | 13 <style type="text/css"> |
| 14 div { | 14 div { |
| 15 writing-mode: vertical-rl; | 15 writing-mode: vertical-rl; |
| 16 } | 16 } |
| 17 | 17 |
| 18 div p { | 18 div p { |
| 19 background: yellow; | 19 background: yellow; |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 aeimot</p> | 73 aeimot</p> |
| 74 <p>ab cd | 74 <p>ab cd |
| 75 e fg h | 75 e fg h |
| 76 i jkl | 76 i jkl |
| 77 mn | 77 mn |
| 78 o q rs | 78 o q rs |
| 79 t uv</p> | 79 t uv</p> |
| 80 </div> | 80 </div> |
| 81 </body> | 81 </body> |
| 82 </html> | 82 </html> |
| OLD | NEW |