[wpt-sync] Sync PR 45863 - [Highlight Pseudos] Correctly paint shadows
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45863 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45863
Details from upstream follow.
Stephen Chenney <schenney@chromium.org> wrote:
[Highlight Pseudos] Correctly paint shadows
All highlight pseudos apart from custom highlights support
text-shadow, but we were not computing overflow and we were
not correctly painting or clipping. Fix it.Existing tests cover selection alone. New tests cover highlight
overlay painting, and standalone spelling, grammar and target-text.Bug: 40276880
Change-Id: I07da6fb39a497f6ab07c8907128d87fa5554fbfc
Reviewed-on: https://chromium-review.googlesource.com/5480767
WPT-Export-Revision: 93d0ffe62f973730023710f8cf71c4ec2b050df5
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests
Status Summary
Firefox
TIMEOUT
: 4
Chrome
FAIL
: 4
Safari
FAIL
: 4
Links
Details
New Tests That Don't Pass
- /css/css-pseudo/highlight-painting-shadows-horizontal.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
) - /css/css-pseudo/highlight-painting-shadows-vertical.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
) - /css/css-pseudo/target-text-shadow-horizontal.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
) - /css/css-pseudo/target-text-shadow-vertical.html [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d7e32eea15db
https://hg.mozilla.org/mozilla-central/rev/b80e6c634d37
Description
•