Bug 155464

Summary: Web Inspector: cssmin.py does not handle calc(var(--toolbar-height) + var(--tab-bar-height))
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Timothy Hatcher 2016-03-14 14:25:40 PDT
It outputs calc(var(--toolbar-height)+var(--tab-bar-height)), which is not valid. This is breaking the UI after http://trac.webkit.org/changeset/198065.
Comment 1 Radar WebKit Bug Importer 2016-03-14 14:26:43 PDT
<rdar://problem/25152196>
Comment 2 Timothy Hatcher 2016-03-14 14:30:17 PDT
Created attachment 274029 [details]
Patch
Comment 3 Joseph Pecoraro 2016-03-14 14:30:52 PDT
Comment on attachment 274029 [details]
Patch

r=me!
Comment 4 WebKit Commit Bot 2016-03-14 15:22:10 PDT
Comment on attachment 274029 [details]
Patch

Clearing flags on attachment: 274029

Committed r198164: <http://trac.webkit.org/changeset/198164>
Comment 5 WebKit Commit Bot 2016-03-14 15:22:14 PDT
All reviewed patches have been landed.  Closing bug.