| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht
|
| index 5da9dc18de9ccaef14f5e8e6a32d49ed3d003169..10b43b17f788948f2d3d31868535c1dc85cc17fa 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vrl-024.xht
|
| @@ -13,9 +13,9 @@
|
| <meta content="ahem" name="flags" />
|
| <meta content="This test checks that block-level boxes in a block formating context with 'writing-mode' set to 'vertical-rl' are laid out one after the other with the first beginning at the right-hand side of its containing block; they are ordered from right to left meaning that the 1st block box is the rightmost one, then the 2nd block is juxtaposed at its left-hand side, then the 3rd block is juxtaposed at the 2nd block on its left-hand side, etc... " name="assert" />
|
|
|
| - <!--
|
| + <!--
|
| This test is a variation of block-flow-direction-002 test.
|
| - -->
|
| + -->
|
|
|
| <style type="text/css"><![CDATA[
|
| html
|
| @@ -53,13 +53,13 @@
|
|
|
| <body>
|
|
|
| -<!-- The right-most "S" --> <div>A BBBB C D E F G H JJJJ K</div>
|
| +<!-- The right-most "S" --> <div>A BBBB C D E F G H JJJJ K</div>
|
|
|
| -<!-- The left-most "S" --> <div>L MMMM Q R S T U V WWWW X</div>
|
| +<!-- The left-most "S" --> <div>L MMMM Q R S T U V WWWW X</div>
|
|
|
| -<!-- The "A" --> <div>YYYYYYY Z a b c ddddddd</div>
|
| +<!-- The "A" --> <div>YYYYYYY Z a b c ddddddd</div>
|
|
|
| -<!-- The "P" --> <div id="left-border">eeee f g h j kkkkkkk</div>
|
| +<!-- The "P" --> <div id="left-border">eeee f g h j kkkkkkk</div>
|
|
|
| </body>
|
| </html>
|
|
|