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

Unified Diff: LayoutTests/fast/writing-mode/text-orientation-basic.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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: 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>

Powered by Google App Engine
This is Rietveld 408576698