Implement EventListenerOptions for EventTarget

For now, only "capture" is supported.
This commit is contained in:
Guillaume Gomez 2016-06-04 15:20:04 +02:00 committed by Anthony Ramine
parent 8732f6de69
commit 3d0b7fbc41
6 changed files with 108 additions and 41 deletions

View file

@ -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

View file

@ -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