| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| index 238c3f9e3c5c81f70c4fdb94d11141ef26164bde..ad41719362b7c6722999090c8040568b677f690e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py
|
| @@ -75,9 +75,9 @@ class ApacheHTTP(server_base.ServerBase):
|
| '-C', 'ServerRoot "%s"' % server_root,
|
| '-C', 'DocumentRoot "%s"' % document_root,
|
| '-c', 'AliasMatch /(.*/)?js-test-resources/(.+) "%s/$1resources/$2"' % test_dir,
|
| - '-c', 'AliasMatch ^/resources/testharness([r.].*) "%s/testharness$1"' % imported_resources_dir,
|
| + '-c', 'AliasMatch ^/resources/testharness([r.].*) "%s/resources/testharness$1"' % test_dir,
|
| '-c', 'Alias /w3c/resources/WebIDLParser.js "%s/webidl2/lib/webidl2.js"' % imported_resources_dir,
|
| - '-c', 'Alias /w3c/resources "%s"' % imported_resources_dir,
|
| + '-c', 'Alias /w3c/resources "%s/resources"' % test_dir,
|
| '-c', 'Alias /forms-test-resources "%s"' % forms_test_resources_dir,
|
| '-c', 'Alias /media-resources "%s"' % media_resources_dir,
|
| '-c', 'TypesConfig "%s"' % mime_types_path,
|
|
|