| 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: 'text-indent' with absolute unit, 'direction: l
tr' in 'vertical-rl' writing-mode (orthogonal)</title> | 7 <title>CSS Writing Modes Test: 'text-indent' with absolute unit, 'direction: l
tr' in 'vertical-rl' writing-mode (orthogonal)</title> |
| 8 | 8 |
| 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> | 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserB
ugsSection/css21testsuite/" /> |
| 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc
tion-layout" title="7.4 Flow-Relative Mappings" /> | 10 <link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#logical-direc
tion-layout" title="7.4 Flow-Relative Mappings" /> |
| 11 <link rel="match" href="text-indent-vrl-002-ref.xht" /> | 11 <link rel="match" href="text-indent-vrl-002-ref.xht" /> |
| 12 | 12 |
| 13 | 13 |
| 14 <meta content="ahem image" name="flags" /> | 14 <meta content="ahem image" name="flags" /> |
| 15 <meta content="This test checks that 'text-indent' will indent the first line
of text at line-start. Text of a line box in 'direction: ltr' and with 'writing-
mode: vertical-rl' starts at top toward the bottom and progress toward the botto
m." name="assert" /> | 15 <meta content="This test checks that 'text-indent' will indent the first line
of text at line-start. Text of a line box in 'direction: ltr' and with 'writing-
mode: vertical-rl' starts at top toward the bottom and progress toward the botto
m." name="assert" /> |
| 16 | 16 |
| 17 <style type="text/css"><![CDATA[ | 17 <style type="text/css"><![CDATA[ |
| 18 div | 18 div |
| 19 { | 19 { |
| 20 color: green; | 20 color: green; |
| 21 font: 5em/1 Ahem; /* computes to 80px/80px */ | 21 font: 80px/1 Ahem; /* computes to 80px/80px */ |
| 22 height: 320px; | 22 height: 320px; |
| 23 width: 320px; | 23 width: 320px; |
| 24 } | 24 } |
| 25 | 25 |
| 26 div | 26 div |
| 27 { | 27 { |
| 28 background: red url("support/bg-red-4col-2row-320x320.png"); | 28 background: red url("support/bg-red-4col-2row-320x320.png"); |
| 29 direction: ltr; | 29 direction: ltr; |
| 30 text-indent: 80px; | 30 text-indent: 80px; |
| 31 -webkit-writing-mode: vertical-rl; | 31 -webkit-writing-mode: vertical-rl; |
| 32 } | 32 } |
| 33 ]]></style> | 33 ]]></style> |
| 34 </head> | 34 </head> |
| 35 | 35 |
| 36 <body> | 36 <body> |
| 37 | 37 |
| 38 <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="3
6" alt="Image download support must be enabled" /></p> | 38 <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="3
6" alt="Image download support must be enabled" /></p> |
| 39 | 39 |
| 40 <div>A</div> | 40 <div>A</div> |
| 41 | 41 |
| 42 </body> | 42 </body> |
| 43 </html> | 43 </html> |
| OLD | NEW |