mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #9105 - jdm:buttoneventsintermittent, r=nox
Implement support for modifying the type attribute of <button> https://github.com/servo/servo/pull/9100 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9105) <!-- Reviewable:end -->
This commit is contained in:
commit
77b23d1bb9
5 changed files with 19 additions and 21 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
|
||||
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
[button-events.html]
|
||||
type: testharness
|
||||
expected: CRASH
|
||||
[The submit event must be fired when click a button in submit status]
|
||||
expected: TIMEOUT
|
||||
|
||||
[The reset event must be fired when click a button in reset status]
|
||||
expected: TIMEOUT
|
||||
|
||||
expected: TIMEOUT
|
||||
[The show event must be fired when click a button in menu status]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue