Add onkey* global event handler attributes

This commit is contained in:
James Graham 2015-06-23 20:59:15 -07:00
parent b1021c36c5
commit 7f63309602
4 changed files with 7 additions and 36 deletions

View file

@ -2,3 +2,4 @@
type: testharness
[loading documents from original origin after setting document.domain]
expected: FAIL

View file

@ -159,15 +159,6 @@
[Document interface: attribute oninvalid]
expected: FAIL
[Document interface: attribute onkeydown]
expected: FAIL
[Document interface: attribute onkeypress]
expected: FAIL
[Document interface: attribute onkeyup]
expected: FAIL
[Document interface: attribute onloadeddata]
expected: FAIL
@ -1260,15 +1251,6 @@
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "oninvalid" with the proper type (120)]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeydown" with the proper type (121)]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeypress" with the proper type (122)]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeyup" with the proper type (123)]
expected: FAIL
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadeddata" with the proper type (125)]
expected: FAIL
@ -1779,15 +1761,6 @@
[HTMLElement interface: attribute oninvalid]
expected: FAIL
[HTMLElement interface: attribute onkeydown]
expected: FAIL
[HTMLElement interface: attribute onkeypress]
expected: FAIL
[HTMLElement interface: attribute onkeyup]
expected: FAIL
[HTMLElement interface: attribute onloadeddata]
expected: FAIL
@ -2028,15 +2001,6 @@
[HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type (59)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onkeydown" with the proper type (60)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onkeypress" with the proper type (61)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onkeyup" with the proper type (62)]
expected: FAIL
[HTMLElement interface: document.createElement("noscript") must inherit property "onloadeddata" with the proper type (64)]
expected: FAIL