[wpt-sync] Sync PR 45458 - Add debugging help to popover-light-dismiss.html
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45458 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45458
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Add debugging help to popover-light-dismiss.html
This should add more information about failures, which is needed
because this test passes locally, but seems to fail on WPT.fyi:https://wpt.fyi/results/html/semantics/popovers/popover-light-dismiss.html
The test that fails does a pointerdown in the main doc, and then
pointerup in an iframe, and expects the popover not to be light
dismissed. In my local testing, the behavior is indeed correct,
and the test also passes. I added a bit more detail to the test
plus another non-iframe version of the same test. Will wait to
see what happens on WPT.fyi.Bug: 40935781
Change-Id: Id1fcac45e4de44085e377df53f45bd0f2258b6b2Reviewed-on: https://chromium-review.googlesource.com/5411177
WPT-Export-Revision: 31bbb2934b2c8413e2ec33ad5b9b6ceb66a15094
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 29 subtests
Status Summary
Firefox
OK : 1
PASS: 28
FAIL: 1
Chrome
OK : 1
PASS: 27
FAIL: 2
Safari
OK : 1
PASS: 29
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /html/semantics/popovers/popover-light-dismiss.html [wpt.fyi]
- Pointer down inside invoker and up outside that invoker shouldn't dismiss popover:
FAIL(Chrome:FAIL, Safari:PASS)
- Pointer down inside invoker and up outside that invoker shouldn't dismiss popover:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/929cef9abe11
https://hg.mozilla.org/mozilla-central/rev/8c86d90a92b2
Description
•