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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht

Issue 1319333002: update-w3c-deps import using blink 6a21d1a089a3a2fd9e80ada1edd4f48db5408e0c: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht
index 2710c1ab556c82811fa4e94285985ef01450d872..f07a09bf2a35813cff45d27853e97903d778ec0b 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht
@@ -10,9 +10,13 @@
vertical-align: top;
}
+ img#blue
+ {
+ padding-left: 60px; /* = the position of blue square */
+ }
+
img#orange
{
- padding-top: 60px; /* = the height of first character */
padding-left: 120px; /* = the position of orange square */
}
@@ -22,11 +26,11 @@
<body>
-<p>Test passes if the right edge of an orange square touches the left edge of a blue square.</p>
+<p>Test passes if the right edge of an blue square is aligned with the left edge of a orange square.</p>
<div>
- <img id="orange" src="support/swatch-orange.png" width="60" height="60" alt="Image download support must be enabled" /><!--
- --><img src="support/swatch-blue.png" width="120" height="120" alt="Image download support must be enabled" />
+ <img id="blue" src="support/swatch-blue.png" width="60" height="60" alt="Image download support must be enabled" /><br/><!--
+ --><img id="orange" src="support/swatch-orange.png" width="30" height="30" alt="Image download support must be enabled" />
</div>

Powered by Google App Engine
This is Rietveld 408576698