Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -0,0 +1,9 @@
[compile-event-handler-settings-objects.html]
type: testharness
expected: TIMEOUT
[The entry settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT
[The incumbent settings object while executing the compiled callback via Web IDL's invoke must be that of the node document]
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[document-synthetic-errorevent.html]
type: testharness
[error event is normal (return true does not cancel; one arg) on Document, with a synthetic ErrorEvent]
expected: FAIL

View file

@ -0,0 +1,5 @@
[script-element.html]
type: testharness
[error event behaves normally (return true does not cancel; one arg) on a script element, with a synthetic ErrorEvent]
expected: FAIL

View file

@ -4,3 +4,15 @@
bug: https://github.com/servo/servo/issues/10787
expected: FAIL
[mouseover listener returning false cancels event (using Event)]
expected: FAIL
[mouseover listener returning false cancels event (using MouseEvent)]
expected: FAIL
[mouseover listener returning true doesn't cancel event (using Event)]
expected: FAIL
[mouseover listener returning true doesn't cancel event (using MouseEvent)]
expected: FAIL

View file

@ -21,3 +21,6 @@
[Passing ServiceWorker for source member]
expected: FAIL
[initMessageEvent operation default parameter values]
expected: FAIL