| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/percent-margin-vlr-005.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-005.xht
|
| index 2304bbb1d5345c9f7c22ccfc3b9c1d74b9302400..13c7106cb51fe048695fe7c90f8689a968a4c560 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-005.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 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,7 +28,7 @@
|
| 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;
|
| }
|
|
|
|
|