mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Implement EventListenerOptions for EventTarget
For now, only "capture" is supported.
This commit is contained in:
parent
8732f6de69
commit
3d0b7fbc41
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