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

Unified Diff: LayoutTests/inspector/styles/override-and-disable.html

Issue 45363004: DevTools: explicitly control support for viewport meta tag so that desktop emulation was possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. Created 7 years, 1 month 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/styles/override-screen-size.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/styles/override-and-disable.html
diff --git a/LayoutTests/inspector/styles/override-and-disable.html b/LayoutTests/inspector/styles/override-and-disable.html
index 3668086954bc061bec62284e31990fc1cc5df208..05d5f38be8f259e8431fe8307014c593d2bbb890 100644
--- a/LayoutTests/inspector/styles/override-and-disable.html
+++ b/LayoutTests/inspector/styles/override-and-disable.html
@@ -106,7 +106,7 @@ function test()
}
var enabled = width > 0 && height > 0;
- PageAgent.setDeviceMetricsOverride(width, height, 1, true, callback);
+ PageAgent.setDeviceMetricsOverride(width, height, 1, false, true, callback);
overridesEnabled = enabled;
}
« no previous file with comments | « no previous file | LayoutTests/inspector/styles/override-screen-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698