Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-005.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-005.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-005.xht |
index d18ce56f1164fdc4f11eb59bce92aa7f5452e52c..1436a26e1ca2ee2873e4ee6161539572f9b52732 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-005.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-005.xht |
@@ -3,7 +3,7 @@ |
<head> |
<title>CSS Writing Modes Test: text baseline alignment - central alignment with vertical layout</title> |
<link rel="author" title="Hajime Shiozawa" href="mailto:hajime.shiozawa@gmail.com" /> |
- <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2015-02-20 --> |
+ <link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2015-09-26 --> |
<link rel="help" title="4.2. Text Baseline" href="http://www.w3.org/TR/css-writing-modes-3/#text-baselines" /> |
<link rel="match" href="text-baseline-002-ref.xht" /> |
<meta name="assert" content="This test checks the generation of text baseline. When 'writing-mode' is 'vertical-lr' and when 'text-orientation' is 'upright', then the central baseline is used as the dominant baseline." /> |
@@ -13,7 +13,6 @@ |
{ |
color: orange; |
font: 60px/1.5 Ahem; /* computes to 60px/90px */ |
- height: 4em; |
-webkit-writing-mode: vertical-lr; |
-webkit-text-orientation: upright; |
} |