Update web-platform-tests to revision 823cca0c2c6b421912973e7f699a357411738c64

This commit is contained in:
WPT Sync Bot 2020-05-16 08:18:43 +00:00
parent 6cc582992e
commit 6f4d1ac19b
141 changed files with 2004 additions and 912 deletions

View file

@ -31,3 +31,14 @@ To run Safari Technology Preview instead, use the `--channel=preview` argument:
```
./wpt run --channel=preview safari [test_list]
```
## Debugging
To debug problems with `safaridriver`, add the `--webdriver-arg=--diagnose`
argument:
```
./wpt run --channel=preview --webdriver-arg=--diagnose safari [test_list]
```
The logs will be in `~/Library/Logs/com.apple.WebDriver/`.
See `man safaridriver` for more information.