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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-003-expected.htm

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
« no previous file with comments | « LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-003.htm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS Reftest Reference</title>
5 <link rel="author" title="KISAKA Toshihiro" href="mailto:toshihiro@kisaka.jp ">
6 <style type="text/css">
7 div {
8 -webkit-writing-mode: vertical-rl;
9 }
10
11 div p {
12 background: yellow;
13 color: blue;
14 font: 20px/1 Ahem;
15 height: 6em;
16 margin: 10px;
17 white-space: pre;
18 width: 6em;
19 }
20
21 div p:nth-child(2) {
22 background: pink;
23 }
24 </style>
25 </head>
26 <body>
27 <p>Upper three blocks are identical to the lower three blocks including each character positions.</p>
28
29 <div>
30 <p>ab cd
31 e fg h
32 i jkl
33 mn
34 o q rs
35 t uv</p>
36 <p> h s
37 d l r
38 cgk v
39 fj qu
40 b n
41 aeimot</p>
42 <p>ab cd
43 e fg h
44 i jkl
45 mn
46 o q rs
47 t uv</p>
48 </div>
49
50 <div>
51 <p>ab cd
52 e fg h
53 i jkl
54 mn
55 o q rs
56 t uv</p>
57 <p> h s
58 d l r
59 cgk v
60 fj qu
61 b n
62 aeimot</p>
63 <p>ab cd
64 e fg h
65 i jkl
66 mn
67 o q rs
68 t uv</p>
69 </div>
70 </body>
71 </html>
OLDNEW
« no previous file with comments | « LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-rl-003.htm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698