| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-006.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-006.xht
|
| similarity index 78%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-004.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/percent-padding-vrl-006.xht
|
| index aeb35281bb533f39e4e84a7fc11a729685733d09..8508062abef62385364897e49166e7bd3440b263 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-006.xht
|
| @@ -4,14 +4,14 @@
|
|
|
| <head>
|
|
|
| - <title>CSS Writing Modes Test: padding percentage and 'vertical-rl'</title>
|
| + <title>CSS Writing Modes Test: padding 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 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,8 @@
|
| 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;
|
| + -webkit-writing-mode: horizontal-tb;
|
| }
|
|
|
| div.foo
|
|
|