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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013-expected.xht

Issue 1157103007: update-w3c-deps import using blink b712b6ce0eb599d90d890aa609f596c7852fb824 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Skip swfsoures 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013-expected.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013-expected.xht
similarity index 69%
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013-expected.xht
index 12473d5b17310b60423173165d4ae6ce7ee35bd2..8153a72aff210565ae77aaaaa2fc8cfe4dd03029 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vlr-013-expected.xht
@@ -11,19 +11,27 @@
<meta content="image" name="flags" />
<style type="text/css"><![CDATA[
- img#green-square
+ body
+ {
+ direction: rtl;
+ }
+
+ img
+ {
+ vertical-align: top;
+ }
+
+ img#green-square
{
position: relative;
- top: 80px;
+ top: 16px;
}
]]></style>
</head>
<body>
- <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
-
- <div><img id="green-square" src="support/swatch-green.png" width="80" height="80" alt="Image download support must be enabled" /></div>
+ <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /><br /><img id="green-square" src="support/swatch-green.png" width="100" height="100" alt="Image download support must be enabled" /></p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698