| 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>
|
|
|