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

Side by Side Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-013-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 font: 40px/1 "Ahem";
9 background-color: orange;
10 }
11
12 /* vertical-align */
13 img {
14 vertical-align: 0.8em;
15 }
16 img.line {
17 margin-left: -260px;
18 }
19 ]]></style>
20 </head>
21 <body>
22 <p>Test passes if ...</p>
23 <ol>
24 <li>the top of black stripe is touching a thin blue line in each 7 orange rectangles.</li>
25 <li>the bottom edge of yellow square is aligned to a thin blue line in eac h 7 orange rectangles and</li>
26 <li>all 7 orange rectangles are <strong>identical</strong>.</li>
27 </ol>
28
29 <p class="control">CONTR
30 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
31 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
32 </p>
33 <p class="control">CONTR
34 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
35 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
36 </p>
37 <p class="control">CONTR
38 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
39 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
40 </p>
41 <p class="control">CONTR
42 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
43 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
44 </p>
45 <p class="control">CONTR
46 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
47 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
48 </p>
49 <p class="control">CONTR
50 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
51 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
52 </p>
53 <p class="control">CONTR
54 <img class="square" src="./support/yellow-square-59x59.png" alt="Image dow nload support must be enabled" />
55 <img class="line" src="./support/blue-horiz-line-220x1.png" alt="Image dow nload support must be enabled" />
56 </p>
57
58 </body>
59 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698