Merge pull request #3169 from Ms2ger/update-manifest

Update MANIFEST.json to current web-platform-tests; r=jdm
This commit is contained in:
Ms2ger 2014-08-28 08:51:07 +02:00
commit be538bcd23
12 changed files with 1057 additions and 40 deletions

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,3 @@
[Document-getElementsByTagName.xhtml]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[ParentNode-querySelector-All.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[ParentNode-querySelector-All.xht]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[window-aliases.html]
type: testharness
[frames should be the global object]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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