| Index: docs/testing/web_platform_tests.md
|
| diff --git a/docs/testing/web_platform_tests.md b/docs/testing/web_platform_tests.md
|
| index e3e07a3b36a41bf3c326ab273aca673455c61154..a5d90685e1ec9d970529dc463486e461377021ee 100644
|
| --- a/docs/testing/web_platform_tests.md
|
| +++ b/docs/testing/web_platform_tests.md
|
| @@ -101,6 +101,11 @@ Tools/Scripts/webkitpy/thirdparty/wpt/wpt/manifest --work \
|
| --tests-root=LayoutTests/external/wpt
|
| ```
|
|
|
| +Note: the `--work` argument is important even if you have no local changes.
|
| +Without it the `manifest` script will try to generate a manifest for all files
|
| +in the Chromium tree and take a very long time.
|
| +See [wpt-tools issue #171](https://github.com/w3c/wpt-tools/issues/171).
|
| +
|
| Most tests are written using testharness.js, see
|
| [Writing Layout Tests](./writing_layout_tests.md) and
|
| [Layout Tests Tips](./layout_tests_tips.md) for general guidelines.
|
|
|