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

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

Issue 1295773004: update-w3c-deps import using blink c936ac9d274f959a4b5908db6835bcd612fb1a9e: (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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-003-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-003-expected.xht
similarity index 58%
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-002-expected.xht
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-003-expected.xht
index 53c0c570186ac5fc86006b2c253695e93a460e8e..2710c1ab556c82811fa4e94285985ef01450d872 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-003-expected.xht
@@ -13,20 +13,22 @@
img#orange
{
padding-top: 60px; /* = the height of first character */
- padding-left: 60px; /* = the position of orange square */
+ padding-left: 120px; /* = the position of orange square */
}
+
]]></style>
</head>
<body>
-<p>Test passes if the right edge of orange square attaches the left edge of blue square.</p>
+<p>Test passes if the right edge of an orange square touches the left edge of a blue square.</p>
<div>
- <img id="orange" src="support/swatch-orange.png" width="30" height="30" alt="Image download support must be enabled" /><!--
- --><img src="support/swatch-blue.png" width="30" height="90" alt="Image download support must be enabled" />
+ <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" />
</div>
+
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698