mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Update web-platform-tests to revision b'fef1c092193085ce2fa64fd116484ba0f3c0dbb1'
This commit is contained in:
parent
45f5d84d1b
commit
6b8f08a140
543 changed files with 24225 additions and 722 deletions
|
@ -156,7 +156,7 @@ 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
|
||||
Alternatively to specifying [Test Features](file-names.html#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:
|
||||
|
@ -165,3 +165,10 @@ will be loaded over HTTPS:
|
|||
```
|
||||
|
||||
`https`, `h2` and `www` features are supported by `wpt_flags`.
|
||||
|
||||
Multiple features can be specified by having multiple `wpt_flags`. For example,
|
||||
the following variant will be loaded over HTTPS and run on the www subdomain.
|
||||
|
||||
```html
|
||||
<meta name="variant" content="wpt_flags=www&wpt_flags=https">
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue