| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht
|
| similarity index 83%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht
|
| index 183c2673ec3e4d2351cf39e7d55a13d0217591a7..944862d5fdc59c3b2d99a76b32f3bef9eb9d3080 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht
|
| @@ -4,14 +4,14 @@
|
|
|
| <head>
|
|
|
| - <title>CSS Writing Modes Test: table-caption and 'vertical-rl' - block flow direction of block-level boxes</title>
|
| + <title>CSS Writing Modes Test: position absolute and 'vertical-rl' - block flow direction of block-level 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 a table-caption with its 'writing-mode' set to 'vertical-rl' establishes a block formating context with a right-to-left block flow direction." name="assert" />
|
| + <meta content="This test checks that an absolutely positioned box with its 'writing-mode' set to 'vertical-rl' establishes a block formating context with a right-to-left block flow direction." name="assert" />
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| @@ -20,14 +20,15 @@
|
| font: 1.25em/1 Ahem;
|
| }
|
|
|
| - div#table-caption
|
| + div#abs-pos
|
| {
|
| - display: table-caption;
|
| height: 9em;
|
| + left: auto;
|
| + position: absolute;
|
| -webkit-writing-mode: vertical-rl;
|
| }
|
|
|
| - div#table-caption > div
|
| + div#abs-pos > div
|
| {
|
| background-color: blue;
|
| border-bottom: blue solid 1em;
|
| @@ -42,7 +43,7 @@
|
|
|
| <body>
|
|
|
| - <div id="table-caption">
|
| + <div id="abs-pos">
|
|
|
| <!-- The right-most line of right-most "S" --> <div class="right-border">A BBBB</div>
|
|
|
|
|