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

Unified Diff: LayoutTests/fast/repaint/fixed-layout-360x240.html

Issue 15927026: Enabled using viewport on desktop browsers behind experimental flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: WIP Created 7 years, 5 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/repaint/fixed-layout-360x240.html
diff --git a/LayoutTests/fast/repaint/fixed-layout-360x240.html b/LayoutTests/fast/repaint/fixed-layout-360x240.html
index 0801299d303fde0412aca60dd7bb51548624fe71..fce77e62fe2594a6097e429aba35386085933340 100644
--- a/LayoutTests/fast/repaint/fixed-layout-360x240.html
+++ b/LayoutTests/fast/repaint/fixed-layout-360x240.html
@@ -4,7 +4,6 @@
function layoutTest()
{
if (window.testRunner) {
- window.testRunner.enableFixedLayoutMode(true);
window.testRunner.setFixedLayoutSize(360, 240);
}
}

Powered by Google App Engine
This is Rietveld 408576698