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); |
}); |
}, |