Bug 259037

Summary: [CSS Math Functions] min/max() with one argument should always collapse to calc()
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Tim Nguyen (:ntim) 2023-07-09 16:25:14 PDT
`min(10px + 10%)` or `max(10px + 10%)` should collapse to `calc(10px + 10%)`. They currently don't.
Comment 1 Radar WebKit Bug Importer 2023-07-09 16:25:25 PDT
<rdar://problem/111986569>
Comment 2 Tim Nguyen (:ntim) 2023-07-09 18:06:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15679
Comment 3 EWS 2023-07-09 20:44:45 PDT
Committed 265893@main (70fc9b224798): <https://commits.webkit.org/265893@main>

Reviewed commits have been landed. Closing PR #15679 and removing active labels.