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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js

Issue 2237433004: Adds DevTools commands for forced viewport override. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync. Created 4 years, 4 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: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js
index 3cbf32f61152e1460bb4a09ec29a2904530b4364..4e3a3397166b3499bf69fd9652d2d8600d7a8681 100644
--- a/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-test.js
@@ -203,7 +203,6 @@ InspectorTest.applyEmulationAndReload = function(enabled, width, height, deviceS
params.deviceScaleFactor = deviceScaleFactor;
params.mobile = true;
params.fitWindow = false;
- params.scale = 1;
dgozman 2016/08/29 20:45:36 Please revert.
Eric Seckler 2016/09/12 13:58:00 Done.
params.screenWidth = width;
params.screenHeight = height;
params.positionX = 0;

Powered by Google App Engine
This is Rietveld 408576698