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

Unified Diff: LayoutTests/fast/writing-mode/Kusa-Makura-background-canvas.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/Kusa-Makura-background-canvas.html
diff --git a/LayoutTests/fast/writing-mode/Kusa-Makura-background-canvas.html b/LayoutTests/fast/writing-mode/Kusa-Makura-background-canvas.html
index 462a9cfe3e31ca90ad4fa3e16b80d611056adf07..4a3307984e654b677a8e5dacadd4f799cdd9f8ce 100644
--- a/LayoutTests/fast/writing-mode/Kusa-Makura-background-canvas.html
+++ b/LayoutTests/fast/writing-mode/Kusa-Makura-background-canvas.html
@@ -9,7 +9,7 @@
<meta name="DC.Creator" content="夏目漱石" />
<meta name="DC.Publisher" content="青空文庫" />
<style type="text/css">
-body { -webkit-writing-mode: vertical-rl;} /* to make the document vertical */
+body { overflow: hidden; -webkit-writing-mode: vertical-rl;} /* to make the document vertical */
/*body { font-family: HiraMinProN-W3;} to test the font vs fallback. */
#div, h1, h2 { line-height: 150%; } /* this line should make no difference for the line height as the default is 150 for the Japanese fonts. */

Powered by Google App Engine
This is Rietveld 408576698