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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-016-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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Reftest Reference</title>
5 <link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmai l.com" />
6 <style type="text/css"><![CDATA[
7 p.control {
8 padding-bottom: 0.2em;
9 font: 40px/1 "Ahem";
10 background-color: orange;
11 }
12
13 /* vertical-align */
14 img {
15 vertical-align: -0.2em;
16 }
17 img.line {
18 margin-left: -260px;
19 }
20 ]]></style>
21 </head>
22 <body>
23 <p>Test passes if ...</p>
24 <ol>
25 <li>the bottom of black stripe is touching a thin blue line in each 7 oran ge rectangles.</li>
26 <li>the bottom edge of yellow square is aligned to a thin blue line in eac h 7 orange rectangles and</li>
27 <li>all 7 orange rectangles are <strong>identical</strong>.</li>
28 </ol>
29
30 <p class="control">CONTR
31 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
32 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
33 </p>
34 <p class="control">CONTR
35 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
36 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
37 </p>
38 <p class="control">CONTR
39 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
40 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
41 </p>
42 <p class="control">CONTR
43 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
44 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
45 </p>
46 <p class="control">CONTR
47 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
48 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
49 </p>
50 <p class="control">CONTR
51 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
52 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
53 </p>
54 <p class="control">CONTR
55 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
56 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
57 </p>
58
59 </body>
60 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698