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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-001.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 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/ DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>CSS Test: writing-mode: vertical-rl - basic inline case</title>
6 <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" />
7 <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblad e.net/contact"/>
8 <link rel="help" title="CSS3 Writing modes: 3.1. Block Flow Direction: the ' writing-mode' property" href="http://www.w3.org/TR/css-writing-modes-3/#propdef- writing-mode" />
9 <link rel="match" href="reftest/writing-mode-vertical-rl-001-ref.xht"/>
10 <meta name="flags" content="ahem" />
11 <meta content="This tests the block flow direction. The writing mode is vert ical, and the block flow is right to left." />
12 <style type="text/css"><![CDATA[
13 div
14 {
15 background: yellow;
16 color: blue;
17 font: 20px/1 Ahem;
18 height: 6em;
19 margin: 10px;
20 white-space: pre;
21 width: 6em;
22 }
23
24 #test
25 {
26 -webkit-writing-mode: vertical-rl;
27 }
28 ]]></style>
29 </head>
30 <body>
31 <p>The upper block is identical to the lower block including each character positions.</p>
32 <div id="test">ab cd
33 e fg h
34 i jkl
35 mn
36 o q rs
37 t uv</div>
38 <div id="control">tomiea
39 n b
40 uq jf
41 v kgc
42 r l d
43 s h</div>
44 </body>
45 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698