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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014-expected.xht

Issue 1575873005: Import csswg-test@55da5c7bcd5a9d903e4611c3bcc1080cd6a97ad7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht ('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 <?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 Reftest Reference</title>
6 <!-- reftest for text-orientation-014.xht -->
7 <link rel="author" title="Taka Oshiyama" href="mailto:takaoshiya ma@gmail.com" />
8 <meta http-equiv="content-language" content="en" />
9 <style type="text/css">
10 .view_ahem
11 {
12 background: pink;
13 border: 1px solid black;
14 color: blue;
15 font: 20px/1 "Ahem";
16 height: 3em;
17 margin: 10px;
18 width: 3em;
19 white-space: pre;
20 }
21 .control_ahem
22 {
23 writing-mode: horizontal-tb;
24 }
25 .view
26 {
27 border: 1px solid gray;
28 font-size: 1.5em;
29 line-height: 1.5;
30 margin-bottom: 10px;
31 width: 3em;
32 writing-mode: vertical-rl;
33 }
34 .control
35 {
36 text-combine-upright: none;
37 }
38 </style>
39 </head>
40 <body lang="en">
41 <p>Test passes if a pair of rectangles is <strong>identical</str ong> including <strong>layout</strong> and <strong>orientation</strong>.</p>
42 <div class="view_ahem"><span class="control_ahem">7 1
43 52
44 63</span></div>
45 <div class="view_ahem"><span class="control_ahem">7 1
46 52
47 63</span></div>
48 <hr />
49 <div class="view"><span class="control">123Abc<br />def456</span ></div>
50 <div class="view"><span class="control">123Abc<br />def456</span ></div>
51 </body>
52 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-orientation-014.xht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698