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

Unified Diff: LayoutTests/fast/viewport/viewport-legacy-ordering-10.html

Issue 23819019: Refactor fixed layout mode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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
« no previous file with comments | « LayoutTests/fast/viewport/viewport-enabled.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
diff --git a/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html b/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
index 578f23e203d748b295c7c76e38e71cde563b801b..14971e88d93d4c41c5534b51b03f482e1c2e43e9 100644
--- a/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
+++ b/LayoutTests/fast/viewport/viewport-legacy-ordering-10.html
@@ -13,7 +13,7 @@
<meta name="viewport" content="width=5000">
<style>@viewport {}</style>
</head>
-<body>
+<body style="overflow: hidden">
<div id="log"></div>
<script>
var rootWidth = document.documentElement.offsetWidth;
« no previous file with comments | « LayoutTests/fast/viewport/viewport-enabled.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698