| 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;
|
| params.screenWidth = width;
|
| params.screenHeight = height;
|
| params.positionX = 0;
|
|
|