| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-017.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| similarity index 78%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-017.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| index 1ff99945cad675e83aadaf55a41f13ec54f4a0c1..e6b5bf6cea1b00133093c63286c8528805e2ec7c 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-017.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| @@ -4,14 +4,14 @@
|
|
|
| <head>
|
|
|
| - <title>CSS Writing Modes Test: table-caption and 'vertical-rl' - ordering direction of line boxes</title>
|
| + <title>CSS Writing Modes Test: position absolute and 'vertical-rl' - ordering direction of line boxes</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/#writing-mode" title="3.1 Block Flow Direction: the writing-mode property" />
|
| <link rel="match" href="block-flow-direction-001-ref.xht" />
|
|
|
| <meta content="ahem" name="flags" />
|
| - <meta content="This test checks that the lines boxes of a table-caption with its 'writing-mode' set to 'vertical-rl' are ordered from right to left." name="assert" />
|
| + <meta content="This test checks that line boxes of an absolutely positioned box with its 'writing-mode' set to 'vertical-rl' will be ordered from right to left." name="assert" />
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| @@ -24,8 +24,9 @@
|
| {
|
| background-color: blue;
|
| border: blue solid 1em;
|
| - display: table-caption;
|
| height: 7em; /* Each line box has an inline-size of 7em */
|
| + left: auto;
|
| + position: absolute;
|
| -webkit-writing-mode: vertical-rl;
|
| }
|
| ]]></style>
|
|
|