| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-007.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-005.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-007.xht
|
| similarity index 87%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-005.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-007.xht
|
| index 2304bbb1d5345c9f7c22ccfc3b9c1d74b9302400..bfcd812b0530f5f3ad203c26286f7b29d2d3d89c 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-005.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-007.xht
|
| @@ -4,14 +4,14 @@
|
|
|
| <head>
|
|
|
| - <title>CSS Writing Modes Test: margin percentage and 'vertical-lr'</title>
|
| + <title>CSS Writing Modes Test: margin percentage and 'vertical-lr' (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-lr'." 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-lr'." 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
|
|
|