Bug 255446 - [css-nesting] Fix setSelectorText() to overwrite both the selector text and the original selector text
Summary: [css-nesting] Fix setSelectorText() to overwrite both the selector text and t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-14 03:37 PDT by Matthieu Dubet
Modified: 2023-04-20 16:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Dubet 2023-04-14 03:37:27 PDT
Currently, the original selector text is not overwritten, thus displaying wrong content with CSSOM cssText()

https://github.com/WebKit/WebKit/blob/main/LayoutTests/imported/w3c/web-platform-tests/css/css-nesting/cssom-expected.txt#L11
Comment 1 Radar WebKit Bug Importer 2023-04-14 03:37:45 PDT
<rdar://problem/108041191>
Comment 2 Matthieu Dubet 2023-04-14 03:43:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12738
Comment 3 EWS 2023-04-14 07:04:54 PDT
Committed 262961@main (fdf42acd549d): <https://commits.webkit.org/262961@main>

Reviewed commits have been landed. Closing PR #12738 and removing active labels.
Comment 4 EWS 2023-04-20 16:46:27 PDT
Committed 259548.664@safari-7615-branch (250c4928b0b6): <https://commits.webkit.org/259548.664@safari-7615-branch>

Reviewed commits have been landed. Closing PR #554 and removing active labels.