mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision daac9dc806e9571ea856253fcc35a94e73d4f711
This commit is contained in:
parent
1318ea9d02
commit
393fa37c0b
67 changed files with 1485 additions and 146 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue