mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Merge pull request #3169 from Ms2ger/update-manifest
Update MANIFEST.json to current web-platform-tests; r=jdm
This commit is contained in:
commit
be538bcd23
12 changed files with 1057 additions and 40 deletions
|
@ -95,5 +95,9 @@ cherry-pick our changes to the `resources` submodule; those should be the
|
|||
latest commits on the branch currently used by Servo. If the `resources`
|
||||
submodule has been updated upstream, this will also require cherry-picking the
|
||||
changes there. Finally, push the `servo_[current date]` to our fork at
|
||||
`git@github.com:servo/web-platform-tests.git` and create a pull request with a
|
||||
submodule pointer update and updated test expectations to the Servo repository.
|
||||
`git@github.com:servo/web-platform-tests.git` and create a pull request to the
|
||||
Servo repository with:
|
||||
* the submodule pointer update;
|
||||
* an update to `MANIFEST.json` generated by running `tools/scripts/manifest.py`
|
||||
in web-platform-tests;
|
||||
* the updated test expectations.
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,11 @@
|
|||
[Document-constructor.html]
|
||||
type: testharness
|
||||
[new Document(): interfaces]
|
||||
expected: FAIL
|
||||
|
||||
[new Document(): metadata]
|
||||
expected: FAIL
|
||||
|
||||
[new Document(): URL parsing]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[Document-getElementsByTagName.xhtml]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[ParentNode-querySelector-All.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[ParentNode-querySelector-All.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[window-aliases.html]
|
||||
type: testharness
|
||||
[frames should be the global object]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
[border.html]
|
||||
[document.forms.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,14 @@
|
|||
[object-attributes.html]
|
||||
type: testharness
|
||||
[object.contentWindow]
|
||||
expected: FAIL
|
||||
|
||||
[object.form]
|
||||
expected: FAIL
|
||||
|
||||
[object.width]
|
||||
expected: FAIL
|
||||
|
||||
[object.height]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[object-events.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[error event]
|
||||
expected: TIMEOUT
|
||||
|
||||
[load event]
|
||||
expected: TIMEOUT
|
||||
|
||||
[load event of about:blank]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[object-handler.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[The nested browsing context must be navigated to the resource specified by the data attribute.]
|
||||
expected: NOTRUN
|
||||
|
||||
[The object.data must not be updated if the browsing context gets further navigated.]
|
||||
expected: NOTRUN
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[progress-2.html]
|
||||
type: testharness
|
||||
[progress position equals -1]
|
||||
expected: FAIL
|
||||
|
||||
[progress value equals 0]
|
||||
expected: FAIL
|
||||
|
||||
[progress value equals .5]
|
||||
expected: FAIL
|
||||
|
||||
[progress position equals 0]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue