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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/writing-mode-vertical-lr-002-expected.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-lr - basic case - reference</title>
6 <link rel="author" title="Yoshifumi Kawai" href="mailto:kawai@est.co.jp" />
7 <style type="text/css"><![CDATA[
8 div
9 {
10 background: yellow;
11 color: blue;
12 font: 20px/1 Ahem;
13 height: 6em;
14 margin: 10px;
15 width: 6em;
16 white-space: pre;
17 }
18 ]]></style>
19 </head>
20 <body>
21 <p>The upper block is identical to the lower block including each character positions.</p>
22 <div>adhjns
23 i t
24 be ko
25 c lqu
26 f m v
27 g r</div>
28 <div>adhjns
29 i t
30 be ko
31 c lqu
32 f m v
33 g r</div>
34 </body>
35 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698