Index: LayoutTests/fast/writing-mode/text-orientation-basic.html |
diff --git a/LayoutTests/fast/writing-mode/text-orientation-basic.html b/LayoutTests/fast/writing-mode/text-orientation-basic.html |
index 596045bba9249a7ccb64d337b29bd83186ac4ec0..23782804248eda27cb23af144da71d6b81a3615e 100644 |
--- a/LayoutTests/fast/writing-mode/text-orientation-basic.html |
+++ b/LayoutTests/fast/writing-mode/text-orientation-basic.html |
@@ -1,4 +1,4 @@ |
-<body> |
+<body style="overflow:hidden;"> |
<p>This test shows the following bugs with text-orientation. The far right test mis-renders differently in both the simple and complex text paths. |
The simple text path mis-renders because <tt>CTFontGetVerticalTranslationsForGlyphs</tt> returns incorrect values for horizontal glyphs that have vertical |
counterparts. The complex text code path mis-renders because of API deficiency. There is no way to tell CoreText to use upright horizontal glyphs when |
@@ -18,4 +18,4 @@ rendering a vertical line. |
<span style="font-family:'Hiragino Kaku Gothic Pro'">Hello world</span><br> |
<span style="font-family:'Hiragino Kaku Gothic Pro'; -webkit-text-orientation:upright">Hello world</span><br> |
</div> |
-</div> |
+</div> |