| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/text-align-vrl-010.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-align-vrl-010.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-align-vrl-010.xht
|
| index a4c38600b87501fac086835540e4cb0f9d5fbd84..bf1deb95522c85b325ccb0a85fd6de5eab6e858d 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-align-vrl-010.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/text-align-vrl-010.xht
|
| @@ -14,16 +14,6 @@
|
| <meta content="This test checks that 'text-align: center' centers an inline box within a line box with respect to the line box's logical left and right sides (line-left and line-right sides)." name="assert" />
|
|
|
| <style type="text/css"><![CDATA[
|
| - p
|
| - {
|
| - line-height: 1.25;
|
| - }
|
| -
|
| - strong
|
| - {
|
| - line-height: 1;
|
| - }
|
| -
|
| div
|
| {
|
| color: green;
|
| @@ -39,6 +29,7 @@
|
| text-align: center;
|
| -webkit-writing-mode: vertical-rl;
|
| }
|
| +
|
| ]]></style>
|
| </head>
|
|
|
|
|