-
Notifications
You must be signed in to change notification settings - Fork 1.8k
REGRESSION: (264863@main) Fix regression in CSSCalcValue #15414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
EWS run on previous version of this PR (hash 5e35e16) Details |
|
This fixes a regression from #14208 |
nmoucht
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
LayoutTests/fast/css/css-calc-rem-no-children-crash-expected.txt
Outdated
Show resolved
Hide resolved
The title says it's a regression, so should give the revision at which it regressed (like |
LayoutTests/fast/css/css-calc-rem-no-children-crash-expected.txt
Outdated
Show resolved
Hide resolved
|
EWS run on current version of this PR (hash 56fc962) Details |
https://bugs.webkit.org/show_bug.cgi?id=258684 rdar://111512503 Reviewed by Antti Koivisto. This change fixes a regression introduced in rdar://109503971 where we now create a step operation with no children. This makes sense for CalcOperator::Round, but not for CalcOperator::Mod and CalcOperator::Rem * LayoutTests/fast/css/css-calc-rem-no-children-crash-expected.txt: Added. * LayoutTests/fast/css/css-calc-rem-no-children-crash.html: Added. * Source/WebCore/css/calc/CSSCalcValue.cpp: (WebCore::createCSS): Canonical link: https://commits.webkit.org/265667@main
56fc962 to
db8fe90
Compare
|
Committed 265667@main (db8fe90): https://commits.webkit.org/265667@main Reviewed commits have been landed. Closing PR #15414 and removing active labels. |
db8fe90
56fc962