Update web-platform-tests to revision a4df0fa7be958c11e80caf57fd36c935d11a2a34

This commit is contained in:
WPT Sync Bot 2019-05-26 10:23:06 +00:00
parent 4aad79f9d2
commit a6792ec098
21 changed files with 465 additions and 98 deletions

View file

@ -0,0 +1,14 @@
# Command-Line Arguments
The `wpt` command-line application offers a number of features for interacting
with WPT. The functionality is organized into "sub-commands", and each accepts
a different set of command-line arguments.
This page documents all of the available sub-commands and associated arguments.
```eval_rst
.. argparse::
:module: tools.wpt.wpt
:func: create_complete_parser
:prog: wpt
```

View file

@ -97,6 +97,9 @@ customising the test run:
./wpt run --help
[A complete listing of the command-line arguments is available
here](command-line-arguments).
Additional browser-specific documentation:
```eval_rst