Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-004.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-004.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-004.xht |
index c6169b3285a609bf3984ef1a488654c6329e9006..694c7a22b130e357da8af5539710ea7f61ddb6be 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-004.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/text-baseline-004.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-rl' 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-rl; |
-webkit-text-orientation: upright; |
} |