Chrome Version: 61 canary
OS: All
What steps will reproduce the problem?(1) Open http://w3c-test.org/dom/events/Event-dispatch-click.html(2) Observe the page
What is the expected result?
No failing tests
What happens instead?
Two failing tests.
- "look at parents when event bubbles"
- "pick the first with activation behavior <input type=checkbox>"
Please use labels and text to provide additional information.
The following paragraph is relevant.
https://dom.spec.whatwg.org/#dispatching-events
> 9.2.1. If isActivationEvent is true, event’s bubbles attribute is true, activationTarget is null, and parent has activation behavior, then set activationTarget to parent.
INPUT element has legacy pre-activation behavior.
https://html.spec.whatwg.org/multipage/input.html#the-input-element:legacy-pre-activation-behavior
Comment 1 by tkent@chromium.org
, Jun 15 2017Status: Started (was: Available)