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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/inline-block-alignment-008-expected.xht

Issue 1372043002: update-w3c-deps import using blink 0131ca248edfe6c594fa8a6e5780f55c0f4d01eb: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaseline Created 5 years, 2 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@gmail. com" />
6 <link rel="reviewer" title="Gerard Talbot" href="http://www.gtalbot.org/Browse rBugsSection/css21testsuite/" /> <!-- 2015-07-21 -->
7 <meta name="flags" content="image" />
8 <style type="text/css"><![CDATA[
9
10 img
11 {
12 padding-left: 84px; /* 60px (padding-left) + 24px (the left edge position of box) */
13 vertical-align: top;
14 }
15 ]]></style>
16
17 </head>
18
19 <body>
20
21 <p>Test passes if the <strong>left edge</strong> of an irregular polygon is st raight and unbroken.</p>
22
23 <div>
24 <img src="support/swatch-fuchsia.png" width="48" height="60" alt="Image down load support must be enabled" /><br /><!--
25 --><img src="support/swatch-fuchsia.png" width="216" height="120" alt="Image d ownload support must be enabled" /><br /><!--
26 --><img src="support/swatch-fuchsia.png" width="24" height="30" alt="Image dow nload support must be enabled" />
27 </div>
28 </body>
29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698