Closed
Bug 1512869
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14426 - Add tests for clicking the child of a button element
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14426 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14426
Details from upstream follow.
Zirro <code@zirro.se> wrote:
> Add tests for clicking the child of a button element
>
> Three tests for https://github.com/jsdom/jsdom/pull/2450.
>
> The last test passes in Firefox but fails in Chrome and Safari. I think the test is correct based on the [Dispatch an event](https://dom.spec.whatwg.org/#dispatching-events) algorithm, in that non-bubbling events should not cause the activation behavior of parents to run.
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=366e5b63d0dd27e786551ff38f344ed4c4053097
Assignee | ||
Comment 3•6 years ago
|
||
Ran 1 tests and 11 subtests
OK : 1
PASS : 10
FAIL : 1
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/63c7a3ee5d18
[wpt PR 14426] - Add tests for clicking the child of a button element, a=testonly
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•