[wpt-sync] Sync PR 58267 - [border-shape] Support hit test code in PaintLayer for border-shape
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox150 fixed)
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58267 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58267
Details from upstream follow.
Daniil Sakhapov <sakhapov@chromium.org> wrote:
[border-shape] Support hit test code in PaintLayer for border-shape
Fixed: 456675133
Change-Id: I0511f207b018068fc24d19e93fa89ffe6abf450e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7614851
Commit-Queue: Philip Rogers \<pdr@chromium.org>
Reviewed-by: Philip Rogers \<pdr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1594127}
| Assignee | ||
Comment 1•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 6 subtests
Status Summary
Firefox
OK : 1
PASS: 3
FAIL: 3
Chrome
OK : 1
PASS: 4
FAIL: 2
Safari
OK : 1
PASS: 3
FAIL: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-borders/border-shape/border-shape-stacking-context-hit-test.html [wpt.fyi]
- point inside child bounds but outside circle does not hit child or target:
FAIL(Chrome:FAIL, Safari:FAIL) - bottom-right corner outside circle does not hit target:
FAIL(Chrome:PASS, Safari:FAIL) - :hover not triggered at corner of stacking-context child outside border-shape circle:
FAIL(Chrome:FAIL, Safari:FAIL)
- point inside child bounds but outside circle does not hit child or target:
https://hg.mozilla.org/mozilla-central/rev/871236cc82b5
https://hg.mozilla.org/mozilla-central/rev/71a54df6a055
Description
•