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. */ |