mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Auto merge of #18612 - servo:event-listener-options, r=asajeffrey
Implement EventListenerOptions for EventTarget <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18612) <!-- Reviewable:end -->
This commit is contained in:
commit
81044e0019
6 changed files with 108 additions and 41 deletions
|
@ -11,6 +11,3 @@
|
|||
[passive behavior of one listener should be unaffeted by the presence of other listeners]
|
||||
expected: FAIL
|
||||
|
||||
[Equivalence of option values]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[EventListenerOptions-capture.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/9785
|
||||
[Capture option should be honored correctly]
|
||||
expected: FAIL
|
||||
|
||||
[Supports capture option]
|
||||
expected: FAIL
|
||||
|
||||
[Equivalence of option values]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue