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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-003.xht

Issue 1161223002: Import csswg-test/css-writing-modes-3/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated Created 5 years, 6 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
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4
5 <head>
6
7 <title>CSS Writing Modes Test: 'text-indent' with absolute unit, 'direction: l tr' in 'vertical-lr' writing-mode (orthogonal)</title>
8
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" />
11 <link rel="match" href="text-indent-vlr-003-ref.xht" />
12
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" />
15
16 <style type="text/css"><![CDATA[
17 div
18 {
19 color: green;
20 font: 5em/1 Ahem; /* computes to 80px/80px */
21 height: 320px;
22 width: 320px;
23 }
24
25 div
26 {
27 background: red url("support/bg-red-1col-2row-320x320.png");
28 direction: ltr;
29 text-indent: 80px;
30 -webkit-writing-mode: vertical-lr;
31 }
32 ]]></style>
33 </head>
34
35 <body>
36
37 <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
39 <div>A</div>
40
41 </body>
42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698