mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Update web-platform-tests to revision 6ea3164d34a632b16b857d7474985b93acd8de11
This commit is contained in:
parent
3342711f68
commit
c67c5d4fb8
284 changed files with 3792 additions and 1407 deletions
|
@ -153,3 +153,15 @@ declare that they need access to the QUIC server:
|
|||
|
||||
The QUIC server is not yet enabled by default, so QUIC tests will be skipped
|
||||
unless `--enable-quic` is specified to `./wpt run`.
|
||||
|
||||
### Test Features specified as query params
|
||||
|
||||
Alternatively to specifying [Test Features](file-names.md#test-features) in
|
||||
the test filename, they can be specified by setting the `wpt_flags` in the
|
||||
[test variant](testharness.html#variants). For example, the following variant
|
||||
will be loaded over HTTPS:
|
||||
```html
|
||||
<meta name="variant" content="?wpt_flags=https">
|
||||
```
|
||||
|
||||
`https`, `h2` and `www` features are supported by `wpt_flags`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue