Chromium Code Reviews| Index: webkit/tools/test_shell/test_shell.cc |
| =================================================================== |
| --- webkit/tools/test_shell/test_shell.cc (revision 25942) |
| +++ webkit/tools/test_shell/test_shell.cc (working copy) |
| @@ -423,6 +423,10 @@ |
| web_prefs_->local_storage_enabled = true; |
| web_prefs_->session_storage_enabled = true; |
| web_prefs_->application_cache_enabled = false; |
| + |
| + // Allow those layout tests running as local files, i.e. under |
| + // LayoutTests/http/tests/local, to access http server. |
| + web_prefs_->allow_universal_access_from_file_urls = true; |
|
darin (slow to review)
2009/09/11 03:41:48
it seems like this should only be set to true when
|
| } |
| } |