mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 21:28:04 +02:00
Automatic update from web-platform-tests
HTML: restore coverage for query encoding
When the query encoding navigation tests were refactored to use WPT's
"variant" feature [1], the new structure omitted one of the encodings
which was previously tested. Although the encoding will be used when a
variant is not specified, the automation tooling only uses variants
which are explicitly specified. This can be observed through the
`--list-tests` flag of the `wpt run` command:
$ ./wpt run --list-tests firefox html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html
/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=utf8
/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html?encoding=x-cp1251
Explicitly declare the default variant, restoring the original test
coverage.
[1] https://github.com/web-platform-tests/wpt/pull/11300
--
wpt-commits: 0b594535b4d94217964a40288e3f535c452bb8f3
wpt-pr: 15256
|
||
|---|---|---|
| .. | ||
| common-dom-interfaces/collections | ||
| common-microsyntaxes | ||
| conformance-requirements/extensibility | ||
| safe-passing-of-structured-data | ||
| terminology/plugins | ||
| urls | ||