Bug 155464 - Web Inspector: cssmin.py does not handle calc(var(--toolbar-height) + var(--tab-bar-height))
Summary: Web Inspector: cssmin.py does not handle calc(var(--toolbar-height) + var(--t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-14 14:25 PDT by Timothy Hatcher
Modified: 2016-03-14 15:22 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.09 KB, patch)
2016-03-14 14:30 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.