| Index: content/shell/common/webkit_test_helpers.cc
|
| diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc
|
| index 1458836a0141bb191623ca404d8eafc9fd9115aa..65e3138b9f94b67c79ab151adcab40e255bf1d52 100644
|
| --- a/content/shell/common/webkit_test_helpers.cc
|
| +++ b/content/shell/common/webkit_test_helpers.cc
|
| @@ -110,6 +110,8 @@ void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs) {
|
| prefs->text_autosizing_enabled = false;
|
| #endif
|
| prefs->viewport_enabled = false;
|
| + prefs->default_minimum_page_scale_factor = 1.f;
|
| + prefs->default_maximum_page_scale_factor = 4.f;
|
| }
|
|
|
| base::FilePath GetWebKitRootDirFilePath() {
|
|
|