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

Unified Diff: LayoutTests/inspector/device-emulation/device-emulation-partial.html

Issue 355393004: [DevTools] Rename "emulateViewport" to "mobile". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: another rebase Created 6 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/inspector/text-autosizing-override.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | LayoutTests/inspector/text-autosizing-override.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698