Support clamp() in CSSNumericValue.parse()
This patch supports parsing 'clamp(MIN, VAL, MAX)' into a CSSNumericValue via the parse() method. This was missed in the previous implementation of clamp(), and should be the last missing piece of the implementation. Bug: 825895 Change-Id: I6da8113d62b1416dc6d3521b58134932b257ca62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832147 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#701536}
Showing
Please register or sign in to comment