mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Add onkey* global event handler attributes
This commit is contained in:
parent
b1021c36c5
commit
7f63309602
4 changed files with 7 additions and 36 deletions
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[loading documents from original origin after setting document.domain]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue