Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html b/third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html
index 9ad5a80099a4d25049ba84e3724ef76ffb59b84f..7552b3f2dc1953ead167dabf595855b885b7f5f0 100644
--- a/third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html
+++ b/third_party/WebKit/LayoutTests/fast/text/international/vertical-text-metrics-test.html
@@ -31,9 +31,6 @@ body {
#horizontal_TB {
-webkit-writing-mode: horizontal-tb;
}
-#horizontal_BT {
- -webkit-writing-mode: horizontal-bt;
-}
#vertical_RL {
-webkit-writing-mode: vertical-rl;
}
@@ -44,10 +41,6 @@ body {
-webkit-writing-mode: horizontal-tb;
text-rendering: optimizelegibility;
}
-#horizontal_BT_complex {
- -webkit-writing-mode: horizontal-bt;
- text-rendering: optimizelegibility;
-}
#vertical_RL_complex {
-webkit-writing-mode: vertical-rl;
text-rendering: optimizelegibility;
@@ -61,14 +54,12 @@ body {
<body onload="test()">
<p>Simple text path</p>
<span id="horizontal_TB">string「あ、変っ!」。</span><br>
-<span id="horizontal_BT">string「あ、変っ!」。</span><br>
<span id="vertical_RL">string「あ、変っ!」。</span><br>
<span id="vertical_LR">string「あ、変っ!」。</span><br>
<br>
<hr>
<p>Complex text path</p>
<span id="horizontal_TB_complex">string「あ、変っ!」。</span><br>
-<span id="horizontal_BT_complex">string「あ、変っ!」。</span><br>
<span id="vertical_RL_complex">string「あ、変っ!」。</span><br>
<span id="vertical_LR_complex">string「あ、変っ!」。</span><br>
<br>

Powered by Google App Engine
This is Rietveld 408576698