mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement the onreset event handler.
This commit is contained in:
parent
ffc1c777fe
commit
3ef39e1a30
3 changed files with 2 additions and 12 deletions
|
@ -186,9 +186,6 @@
|
|||
[Document interface: attribute onratechange]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onreset]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: attribute onresize]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1764,9 +1761,6 @@
|
|||
[HTMLElement interface: attribute onratechange]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onreset]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute onresize]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2001,9 +1995,6 @@
|
|||
[HTMLElement interface: document.createElement("noscript") must inherit property "onratechange" with the proper type (79)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onreset" with the proper type (80)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "onresize" with the proper type (81)]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9117,9 +9108,6 @@
|
|||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onratechange" with the proper type (141)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreset" with the proper type (142)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: document.implementation.createDocument(null, "", null) must inherit property "onresize" with the proper type (143)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue