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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht

Issue 1170703002: Import more CSS Writing Modes Level 3 test suites (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TestExpetations 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/clip-rect-vrl-006-expected.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
similarity index 68%
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
index 2c269fa0965e69a9efcee2d14f8889bb81c87396..706ebb6bca9d2172765869eccf4b1b11be76f53b 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
@@ -11,20 +11,24 @@
<meta content="image" name="flags" />
<style type="text/css"><![CDATA[
- img#green-square
+ div > img
{
- left: 80px;
- position: relative;
- top: 160px;
+ padding-top: 50px;
}
]]></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>
+ <!--
+ Image says:
+ Test passes if there is a filled green square and <strong>no red</strong>.
+ -->
+
+ <div><img src="support/swatch-green.png" width="50" height="50" alt="Image download support must be enabled" /></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698