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

Unified Diff: LayoutTests/inspector/text-autosizing-override.html

Issue 205403004: [DevTools] Allow overriding only the device scale factor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, one test fixed Created 6 years, 9 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
Index: LayoutTests/inspector/text-autosizing-override.html
diff --git a/LayoutTests/inspector/text-autosizing-override.html b/LayoutTests/inspector/text-autosizing-override.html
index c2fc7d7abedf230bc46863f66ab1f6cc17d14a2c..967a437d0c1a1d14d7db4869cf0dfb475a2feae0 100644
--- a/LayoutTests/inspector/text-autosizing-override.html
+++ b/LayoutTests/inspector/text-autosizing-override.html
@@ -73,7 +73,7 @@
},
function checkNotAutosizedWithoutDeviceMetrics(next) {
- PageAgent.setDeviceMetricsOverride(0, 0, 2, false, false, true, function() {
+ PageAgent.setDeviceMetricsOverride(0, 0, 0, false, false, true, function() {
assertAutosizingResult(false, next);
});
},
« no previous file with comments | « LayoutTests/inspector/device-emulation/device-emulation-test.js ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698