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

Unified Diff: LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-006.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-margin-vrl-006.xht
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-006.xht
similarity index 87%
copy from LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-004.xht
copy to LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-006.xht
index def7e67cd1938407cb9a7b19cbd623e3f5c0e68b..1e15c3ae795e9867560a616921cab10bd2c539a0 100644
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-004.xht
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vrl-006.xht
@@ -4,14 +4,14 @@
<head>
- <title>CSS Writing Modes Test: margin percentage and 'vertical-rl'</title>
+ <title>CSS Writing Modes Test: margin percentage and 'vertical-rl' (orthogonal flow)</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<link rel="help" href="http://www.w3.org/TR/css-writing-modes-3/#dimension-mapping" title="7.2 Dimensional Mapping" />
<link rel="match" href="margin-vrl-002-ref.xht" />
<meta content="image" name="flags" />
- <meta content="This test checks that percentages on the margin 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 margin 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,8 +28,9 @@
div.inner
{
background-color: yellow;
- height: 50px; /* necessary, otherwise div.inner blocks must grow as tall as the height of viewport */
+ height: 50px;
width: 50px;
+ -webkit-writing-mode: horizontal-tb;
}
div.foo

Powered by Google App Engine
This is Rietveld 408576698