Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vrl-006.xht

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 percentage unit, 'direction: ltr' in 'vertical-rl' writing-mode (orthogonal)</title> 7 <title>CSS Writing Modes Test: 'text-indent' with percentage unit, 'direction: ltr' 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="abs-pos-non-replaced-vlr-009-ref.xht" /> 11 <link rel="match" href="abs-pos-non-replaced-vlr-009-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' set with a percentage unit will be a percentage of the containing block height." name="assert" /> 14 <meta content="This test checks that 'text-indent' set with a percentage unit will be a percentage of the containing block height." name="assert" />
15 15
16 <style type="text/css"><![CDATA[ 16 <style type="text/css"><![CDATA[
17 div#containing-block 17 div#containing-block
18 { 18 {
19 color: green; 19 color: green;
20 font: 5em/1 Ahem; /* computes to 80px/80px */ 20 font: 80px/1 Ahem; /* computes to 80px/80px */
21 height: 320px; 21 height: 320px;
22 width: 160px; 22 width: 160px;
23 } 23 }
24 24
25 div#containing-block 25 div#containing-block
26 { 26 {
27 background: red url("support/bg-red-4col-2row-320x320.png") top right; 27 background: red url("support/bg-red-4col-2row-320x320.png") top right;
28 direction: ltr; 28 direction: ltr;
29 -webkit-writing-mode: vertical-rl; 29 -webkit-writing-mode: vertical-rl;
30 } 30 }
31 31
32 div#child 32 div#child
33 { 33 {
34 text-indent: 25%; 34 text-indent: 25%;
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 id="containing-block"> 43 <div id="containing-block">
44 <div id="child">A</div> 44 <div id="child">A</div>
45 </div> 45 </div>
46 46
47 </body> 47 </body>
48 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698