mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Introduce a Servo-only tree under web-platform-tests.
This commit is contained in:
parent
8edd4e5ec5
commit
a471704107
6 changed files with 65 additions and 25 deletions
|
@ -17,6 +17,7 @@ In particular, this folder contains:
|
|||
* `metadata`: expected failures for the web-platform-tests we run.
|
||||
* `css-tests`: copy of the built CSSWG tests.
|
||||
* `metadata-css`: expected failures for the CSSWG tests we run.
|
||||
* `mozilla`: web-platform-tests that cannot be upstreamed.
|
||||
|
||||
Running the tests
|
||||
=================
|
||||
|
@ -125,3 +126,11 @@ The easiest way to update the test harness is using git:
|
|||
cd ../../..
|
||||
|
||||
At this point you should commit the updated files in the *servo* git repository.
|
||||
|
||||
Servo-specific tests
|
||||
====================
|
||||
|
||||
The `mozilla` directory contains tests that cannot be upstreamed for some
|
||||
reason (e.g. because they depend on Servo-specific APIs), as well as some
|
||||
legacy tests that should be upstreamed at some point. When run they are
|
||||
mounted on the server under `/_mozilla/`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue