mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Implement the onsubmit event handler (fixes #5396).
This commit is contained in:
parent
4846607e18
commit
6288a468b9
3 changed files with 2 additions and 15 deletions
|
@ -246,9 +246,6 @@
|
|||
[Document interface: attribute onstalled]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onsubmit]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onsuspend]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1386,9 +1383,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onstalled" with the proper type (149)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsubmit" with the proper type (150)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsuspend" with the proper type (151)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1920,9 +1914,6 @@
|
|||
[HTMLElement interface: attribute onstalled]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onsubmit]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onsuspend]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2178,9 +2169,6 @@
|
|||
[HTMLElement interface: document.createElement("noscript") must inherit property "onstalled" with the proper type (88)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onsubmit" with the proper type (89)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onsuspend" with the proper type (90)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8241,9 +8229,6 @@
|
|||
[Window interface: window must inherit property "onstalled" with the proper type (94)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onsubmit" with the proper type (95)]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: window must inherit property "onsuspend" with the proper type (96)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue