Update web-platform-tests to revision ea9dc9c56d87f0b84f3d4e95c92fc796a4d6751f

This commit is contained in:
WPT Sync Bot 2020-04-10 08:18:36 +00:00
parent 9fd668488e
commit 970a34bb8e
156 changed files with 2619 additions and 152 deletions

View file

@ -5,8 +5,12 @@ crashing or experiencing other low-level issues that may be checked by
implementation-specific tooling (e.g. leaks, asserts, or sanitizer
failures).
Crashtests are identified by the string `-crash` in the filename, or
by being in a directory called `crashtests`.
Crashtests are identified by the string `-crash` in the filename immediately
before the extension, or by being in a directory called `crashtests`. Examples:
- `css/css-foo/bar-crash.html` is a crash test
- `css/css-foo/crashtests/bar.html` is a crash test
- `css/css-foo/bar-crash-001.html` is **not** a crash test
The simplest crashtest is a single HTML file with any content. The
test passes if the load event is reached, and the browser finishes