[wpt-sync] Sync PR 37389 - Add WPT for popover light dismiss pointer events
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37389 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37389
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Add WPT for popover light dismiss pointer events
This probably should have been added in http://crrev.com/1077035
This was asked for here:
https://github.com/whatwg/html/pull/8221#discussion_r1041135388Bug: 1307772
Change-Id: Iaaf4cb1fa2febb14448845319417f538ac6f9d77Reviewed-on: https://chromium-review.googlesource.com/4086705
WPT-Export-Revision: 8694a8e904ef8e5e1cce3646e735cf5790caf953
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 11
Chrome
OK
: 1
PASS
: 10
FAIL
: 1
Safari
OK
: 1
FAIL
: 11
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/popovers/light-dismiss-event-ordering.tentative.html [wpt.fyi]
- Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerdown, capture: true:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerup, capture: true:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mousedown, capture: true:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mouseup, capture: true:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: click, capture: true:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerdown, capture: false:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerup, capture: false:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mousedown, capture: false:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: mouseup, capture: false:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the interactions between popover light dismiss and pointer/mouse events. eventName: click, capture: false:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Tests the order of pointer/mouse events during popover light dismiss.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Tests the interactions between popover light dismiss and pointer/mouse events. eventName: pointerdown, capture: true:
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8123547533ab
https://hg.mozilla.org/mozilla-central/rev/ef9b3b10050e
Description
•