Update web-platform-tests to revision 9a28e2c8d072c358bd94b97bc8bff6db8388b6b1

This commit is contained in:
WPT Sync Bot 2020-07-28 08:22:07 +00:00
parent 0ce3ad5a4b
commit 1ad22043ab
248 changed files with 3973 additions and 1742 deletions

View file

@ -4,6 +4,10 @@ The test filename is significant in determining the type of test it
contains, and enabling specific optional features. This page documents
the various flags available and their meaning.
In some cases flags can also be set via a directory name, such that any file
that is a (recursive) descendent of the directory inherits the flag value.
These are individually documented for each flag that supports it.
### Test Type
@ -33,7 +37,7 @@ themselves precede any test type flag, but are otherwise unordered.
: Indicates that a test is loaded over HTTP/2.
`.sub`
: Indicates that a test uses the [server-side substitution][]
: Indicates that a test uses the [server-side substitution](server-pipes.html#sub)
feature.
`.window`
@ -61,8 +65,11 @@ themselves precede any test type flag, but are otherwise unordered.
context why the test is tentative and what needs to be resolved to make it
non-tentative.
This flag can be enabled for an entire directory (and all its descendents),
by naming the directory 'tentative'. For example, every test underneath
'foo/tentative/' will be considered tentative.
It's preferable that `.window`, `.worker`, and `.any` are immediately followed
by their final `.js` extension.
[server-side substitution]: https://wptserve.readthedocs.io/en/latest/pipes.html#sub
[RFC 2119]: https://tools.ietf.org/html/rfc2119