Differentiate between error and non-error event handlers per the spec.

This commit is contained in:
Josh Matthews 2015-11-07 17:56:16 -05:00
parent b40882093a
commit 2340583e56
9 changed files with 118 additions and 59 deletions

View file

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