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

Unified Diff: LayoutTests/css3/device-adapt/viewport-delete-rule.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/TestExpectations ('k') | LayoutTests/css3/device-adapt/viewport-invalid-values-001.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/device-adapt/viewport-delete-rule.html
diff --git a/LayoutTests/css3/device-adapt/viewport-delete-rule.html b/LayoutTests/css3/device-adapt/viewport-delete-rule.html
index 0013233fcb568c626a4858beba503f809515123f..159f35269ca3470869ece2e03f8079861e160cd4 100644
--- a/LayoutTests/css3/device-adapt/viewport-delete-rule.html
+++ b/LayoutTests/css3/device-adapt/viewport-delete-rule.html
@@ -9,7 +9,6 @@
</style>
<script>
if (window.testRunner) {
- testRunner.enableFixedLayoutMode(true);
internals.settings.setViewportEnabled(true);
}
@@ -39,7 +38,7 @@
};
</script>
</head>
-<body>
+<body style="overflow: hidden">
<div id="log"></div>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/device-adapt/viewport-invalid-values-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698