| Index: LayoutTests/inspector/device-emulation/device-emulation-partial.html
|
| diff --git a/LayoutTests/inspector/device-emulation/device-emulation-partial.html b/LayoutTests/inspector/device-emulation/device-emulation-partial.html
|
| index 29ecdf69276185976dac4a1c67d00da16d0a9de6..347f2da9eca13467faeb40bcf650c91dce2503c7 100644
|
| --- a/LayoutTests/inspector/device-emulation/device-emulation-partial.html
|
| +++ b/LayoutTests/inspector/device-emulation/device-emulation-partial.html
|
| @@ -40,7 +40,7 @@ function test()
|
|
|
| function testPartialOverride(name, value, next)
|
| {
|
| - var params = {width: 0, height: 0, deviceScaleFactor: 0, emulateViewport: false, fitWindow: false};
|
| + var params = {width: 0, height: 0, deviceScaleFactor: 0, mobile: false, fitWindow: false};
|
| if (name === null) {
|
| PageAgent.clearDeviceMetricsOverride(getPageMetrics.bind(null, check));
|
| } else {
|
|
|