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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht

Issue 1188583004: update-w3c-deps import using blink 9d3793ee56e5bb1aa1eef078d848e1b0e6e4d355: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/percent-padding-vrl-004.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht
index aeb35281bb533f39e4e84a7fc11a729685733d09..74d2be75487dc4920ddee038f21c730a1ecd5c07 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht
@@ -11,7 +11,7 @@
<link rel="match" href="margin-vrl-002-ref.xht" />
<meta content="image" name="flags" />
- <meta content="This test checks that percentages on the padding are calculated with respect to the height of the containing block if the 'writing-mode' of such containing block is 'vertical-rl'." name="assert" />
+ <meta content="This test checks that percentages on the padding are calculated with respect to the height (inline-size) of the containing block if the 'writing-mode' of such containing block is 'vertical-rl'." name="assert" />
<style type="text/css"><![CDATA[
div.outer
@@ -28,17 +28,7 @@
div.inner
{
background-color: transparent;
- height: 50px; /* necessary, otherwise div.inner blocks must grow as tall as the height of viewport */
- }
-
- img
- {
- vertical-align: bottom;
- /*
- Not necessary but because Chrome 40 does not centrally baseline-align
- inline replaced element in vertical writing-mode with 'text-orientation: mixed'
- or with 'text-orientation: upright', we do this to avoid a false negative.
- */
+ height: 50px;
}
div.foo

Powered by Google App Engine
This is Rietveld 408576698