Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix validity checking in calc() divide operations
https://crrev.com/c/5909795 relaxed a restriction in type checking on divide operations in calc() expressions but went too far in doing so - per css-values-4, we still need to validate that the right side is a number. This CL introduces the needed check and adds a WPT to validate. Fixed: 381913623 Change-Id: I08f23d832f9647beb6e067a24226496cb75bb971 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6071943 Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Kevin Babbitt <[email protected]> Cr-Commit-Position: refs/heads/main@{#1392351}
- Loading branch information