[wpt-sync] Sync PR 53399 - Don't expose pseudo element to web via elementFromPoint
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53399 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53399
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
Don't expose pseudo element to web via elementFromPoint
The only possible cases now are ::scroll-marker and ::scroll-button().
Bug: 420463805
Change-Id: Ie85a0dc991e4741b08b3ab2027aa98d162478bd3
Reviewed-on: https://chromium-review.googlesource.com/6667783
WPT-Export-Revision: 500504c48a18405d0da7306356a656b716f1d708
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
PASS
: 1
FAIL
: 1
Chrome
OK
: 2
PASS
: 1
FAIL
: 1
Safari
OK
: 2
PASS
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/scroll-button-elementFromPoint.html [wpt.fyi]
- CSS Overflow: elementFromPoint for ::scroll-button is scroller:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- CSS Overflow: elementFromPoint for ::scroll-button is scroller:
https://hg.mozilla.org/mozilla-central/rev/b8f78c0819c6
https://hg.mozilla.org/mozilla-central/rev/95f5cc90e6a3
Description
•