WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253933
Correct RenderListMarker::styleDidChange check for list-style-type after
261651@main
https://bugs.webkit.org/show_bug.cgi?id=253933
Summary
Correct RenderListMarker::styleDidChange check for list-style-type after 2616...
Tim Nguyen (:ntim)
Reported
2023-03-14 22:14:41 PDT
The new check in
261651@main
is incorrect, we can simply remove the `style().listStyleType().type == ListStyleType::Type::String` part. The `style().listStyleType() != oldStyle->listStyleType()` now covers the string case too, since ListStyleType's equality operator checks both the identifier and the type.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-03-14 22:14:59 PDT
<
rdar://problem/106737094
>
Tim Nguyen (:ntim)
Comment 2
2023-03-14 22:16:27 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/11539
EWS
Comment 3
2023-03-14 22:38:41 PDT
Committed
261675@main
(2d0106d057af): <
https://commits.webkit.org/261675@main
> Reviewed commits have been landed. Closing PR #11539 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug