Bug 248888
Summary: | Stop reversing child expression in reifyMathExpression() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | CSS | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 175733 |
Chris Dumez
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
Pull request: https://github.com/WebKit/WebKit/pull/7269