Update web-platform-tests to revision daac9dc806e9571ea856253fcc35a94e73d4f711

This commit is contained in:
WPT Sync Bot 2019-10-06 10:58:10 +00:00
parent 1318ea9d02
commit 393fa37c0b
67 changed files with 1485 additions and 146 deletions

View file

@ -18,15 +18,3 @@ to run it manually you can find it on any of this paths:
inside:
`/usr/lib/${TRIPLET}/webkit2gtk-4.0/MiniBrowser`
where `TRIPLET=$(gcc -dumpmachine)`
Known issues:
* On a docker container WebKitWebDriver fails to listen on localhost,
because the docker container doesn't provide an IPv6 localhost address.
To workaround this issue, manually tell it to only listen on IPv4 localhost
by passing this parameter to wpt run: `--webdriver-arg=--host=127.0.0.1`
Example:
```bash
./wpt run --webdriver-arg=--host=127.0.0.1 webkitgtk_minibrowser TESTS
```