WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
248888
Stop reversing child expression in reifyMathExpression()
https://bugs.webkit.org/show_bug.cgi?id=248888
Summary
Stop reversing child expression in reifyMathExpression()
Chris Dumez
Reported
2022-12-07 09:38:27 PST
Stop reversing child expression in reifyMathExpression(). As far as I can tell, this ends up being identical since those are children of a sum. However, the tests rely on a specific ordering when validating the results. When parsing something like "calc(1px + 1em)", we would end up with `1em` and first child and `1px` and second child, which was confusing.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2022-12-07 09:40:09 PST
Pull request:
https://github.com/WebKit/WebKit/pull/7269
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