mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision ea9dc9c56d87f0b84f3d4e95c92fc796a4d6751f
This commit is contained in:
parent
9fd668488e
commit
970a34bb8e
156 changed files with 2619 additions and 152 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue