X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Finspector%2Fdevice-emulation%2Fdevice-emulation-partial.html;h=347f2da9eca13467faeb40bcf650c91dce2503c7;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=29ecdf69276185976dac4a1c67d00da16d0a9de6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial.html b/src/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial.html index 29ecdf6..347f2da 100644 --- a/src/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-partial.html +++ b/src/third_party/WebKit/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 {