mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Differentiate between error and non-error event handlers per the spec.
This commit is contained in:
parent
b40882093a
commit
2340583e56
9 changed files with 118 additions and 59 deletions
|
@ -135,9 +135,6 @@
|
|||
[Document interface: attribute onended]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onfocus]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1722,9 +1719,6 @@
|
|||
[HTMLElement interface: attribute onended]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onerror]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onfocus]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1962,9 +1956,6 @@
|
|||
[HTMLElement interface: document.createElement("noscript") must inherit property "onended" with the proper type (55)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type (56)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type (57)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9165,9 +9156,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onended" with the proper type (117)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onerror" with the proper type (118)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onfocus" with the proper type (119)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue