| Index: third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
|
| index 5573964eec023767b2532b5d36c259f2dd320772..e1de41b5910b7d599c26e8555263f86f36101a3f 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/README.chromium
|
| @@ -91,13 +91,13 @@ content_shell is invoked with flags to map all *.test domains to 127.0.0.1.
|
| Running web-platform-tests with enabled WPTServe on a local machine
|
|
|
| Starting run-webkit-tests with the --enable-wptserve flag will start WPTServe
|
| -for tests which live in LayoutTests/imported/web-platform-tests.
|
| +for tests which live in LayoutTests/imported/wpt.
|
|
|
| WPTServe starts HTTP/S and WS/S servers as separate processes.
|
|
|
| The content_shell used to run the tests will receive the URL of each test
|
| (instead of a filename). The document root http://web-platform.test/ maps to
|
| -LayoutTests/imported/web-platform-tests. HTTPS tests are enabled by default.
|
| +LayoutTests/imported/wpt. HTTPS tests are enabled by default.
|
|
|
| Example run:
|
|
|
| @@ -105,4 +105,4 @@ Example run:
|
| --debug \
|
| --enable-wptserve \
|
| --no-new-test-results \
|
| - imported/web-platform-tests
|
| + imported/wpt
|
|
|