Closed
Bug 1491219
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13002 - Call capture event listeners in capturing phase at shadow hosts
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13002 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13002
Details from upstream follow.
Hayato Ito <hayato@chromium.org> wrote:
> Call capture event listeners in capturing phase at shadow hosts
>
> Chromestatus entry is here: https://www.chromestatus.com/feature/5636327009681408
>
> Per the discussion of https://github.com/whatwg/dom/issues/685, Blink will try to align the event
> dispatch behavior with other browsers; Call capture event listeners in capturing phase at shadow
> hosts.
>
> So far, Blink and WebKit call capture event listeners in *bubbling* phase, instead of
> *capturing* phase, at shadow hosts.
>
> Other browsers:
> - Safari: Will try to change the behavior in the next Safari Technical Preview.
> - Firefox: Already implemented the new behavior
> - Edge: Strong public support for the new behavior.
>
> This change is guard by CallCaptureListenersAtCapturePhaseAtShadowHosts flag, which is disabled
> at this moment, to confirm that this CL doesn't cause any behavior change when the flag is disabled.
>
> This CL adds a wpt for new behavior, which is now marked as [Failure] in Blink.
>
> After this CL lands, I will flip the flag in a follow-up CL, with rebasing a very few existing
> tests.
>
> BUG=883650
>
> Change-Id: I29938840aed4f3430d8b749cd4843176b8668b5d
>
> Reviewed-on: https://chromium-review.googlesource.com/1212255
> WPT-Export-Revision: bf4436b213259a20335a287d7e86fbb94205eea8
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f59aba2fa89b5160c98e552762116a845c1273c8
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=bab9faa98c65bc2a07ff94186e93680555133f31
| Assignee | ||
Comment 6•7 years ago
|
||
Ran 11 tests and 107 subtests
OK : 11
PASS : 97
FAIL : 10
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/662dc6a16234
[wpt PR 13002] - Call capture event listeners in capturing phase at shadow hosts, a=testonly
Comment 8•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•