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-lr' writing-mode (non-orthogonal)</title> | 7 <title>CSS Writing Modes Test: 'text-indent' with absolute unit, 'direction: l
tr' in 'vertical-lr' writing-mode (non-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-vlr-011-ref.xht" /> | 11 <link rel="match" href="text-indent-vlr-011-ref.xht" /> |
12 | 12 |
13 <meta content="ahem image" name="flags" /> | 13 <meta content="ahem image" name="flags" /> |
14 <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-lr' starts at top toward the bottom and progress toward the botto
m." name="assert" /> | 14 <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-lr' starts at top toward the bottom and progress toward the botto
m." name="assert" /> |
15 | 15 |
16 <style type="text/css"><![CDATA[ | 16 <style type="text/css"><![CDATA[ |
17 html | 17 html |
18 { | 18 { |
19 -webkit-writing-mode: vertical-lr; | 19 -webkit-writing-mode: vertical-lr; |
20 } | 20 } |
21 | 21 |
22 div | 22 div |
23 { | 23 { |
24 color: green; | 24 color: green; |
25 font: 5em/1 Ahem; /* computes to 80px/80px */ | 25 font: 80px/1 Ahem; /* computes to 80px/80px */ |
26 height: 320px; | 26 height: 320px; |
27 width: 320px; | 27 width: 320px; |
28 } | 28 } |
29 | 29 |
30 div | 30 div |
31 { | 31 { |
32 background: red url("support/bg-red-1col-2row-320x320.png"); | 32 background: red url("support/bg-red-1col-2row-320x320.png"); |
33 direction: ltr; | 33 direction: ltr; |
34 text-indent: 80px; | 34 text-indent: 80px; |
35 } | 35 } |
36 ]]></style> | 36 ]]></style> |
37 </head> | 37 </head> |
38 | 38 |
39 <body> | 39 <body> |
40 | 40 |
41 <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="3
6" alt="Image download support must be enabled" /></p> | 41 <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="3
6" alt="Image download support must be enabled" /></p> |
42 | 42 |
43 <div>A</div> | 43 <div>A</div> |
44 | 44 |
45 </body> | 45 </body> |
46 </html> | 46 </html> |
OLD | NEW |