Index: LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht |
diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht |
index 9ceb48e8acfcd8c5b3af378060da15afc13df6d6..40f5ac1b6063ac8e0b5084f39e1ebf5999333a84 100644 |
--- a/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht |
+++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/vertical-alignment-new-004.xht |
@@ -12,7 +12,7 @@ |
div#rl |
{ |
color: orange; |
- font: 3.75em/1.5 Ahem; /* computes to 60px/90px */ |
+ font: 3.75em/3 Ahem; /* computes to 60px/90px */ |
-webkit-writing-mode: vertical-rl; |
} |
@@ -20,7 +20,6 @@ |
{ |
font-size: 0.5em; /* computes to 30px */ |
vertical-align: text-top; |
- line-height: 1; |
} |
]]></style> |
@@ -29,7 +28,7 @@ |
<body> |
- <p>Test passes if the <strong>right edge</strong> of an irregular orange polygon is straight and unbroken.</p> |
+ <p>Test passes if the <strong>left edge</strong> of an irregular orange polygon is straight and unbroken.</p> |
<div id="rl">A<span id="orange30">O</span></div> |