[wpt-sync] Sync PR 46179 - CSS highlight pseudos: initial style support for ::search-text
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46179 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46179
Details from upstream follow.
Delan Azabani <dazabani@igalia.com> wrote:
CSS highlight pseudos: initial style support for ::search-text
This patch adds a new runtime enabled feature for ::search-text
(SearchTextHighlightPseudo), new PseudoId and PseudoType and devtools
protocol variants, and two new StyleHighlightData fields for the
active and inactive styles. No web-facing behaviour changes.Bug: 339298411
Change-Id: I2f12acd9580ae03dbdd816a03cbb68017864d136
Reviewed-on: https://chromium-review.googlesource.com/5515107
WPT-Export-Revision: d5da89867d93c73089eec75c6c7877d40b9bf317
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 30 subtests
Status Summary
Firefox
OK
: 1
PASS
: 18
FAIL
: 12
Chrome
OK
: 1
PASS
: 18
FAIL
: 12
Safari
OK
: 1
PASS
: 18
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-pseudo/parsing/highlight-pseudos-001.tentative.html [wpt.fyi]
- "::search-text" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ".a::search-text" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "div ::search-text" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "::part(my-part)::search-text" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "::search-text:current" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ".a::search-text:current" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "div ::search-text:current" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "::part(my-part)::search-text:current" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "::search-text:not(:current)" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ".a::search-text:not(:current)" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "div ::search-text:not(:current)" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - "::part(my-part)::search-text:not(:current)" should be a valid selector:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- "::search-text" should be a valid selector:
https://hg.mozilla.org/mozilla-central/rev/d64fc1c09b76
https://hg.mozilla.org/mozilla-central/rev/2e71917d6d1a
Description
•