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:
bors-servo 2017-09-29 19:13:36 -05:00 committed by GitHub
commit 81044e0019
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