Bug 132293 - [CSS Shapes] complex calc args for inset round vanish
Summary: [CSS Shapes] complex calc args for inset round vanish
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zoltan Horvath
URL:
Keywords:
Depends on:
Blocks: 98664
  Show dependency treegraph
 
Reported: 2014-04-28 11:43 PDT by Rebecca Hauck
Modified: 2014-04-29 09:17 PDT (History)
7 users (show)

See Also:


Attachments
test case for the bug (1.12 KB, text/html)
2014-04-28 11:45 PDT, Rebecca Hauck
no flags Details
Patch (8.99 KB, patch)
2014-04-28 23:46 PDT, Zoltan Horvath
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Hauck 2014-04-28 11:43:57 PDT
The attached test has a case for using complex calc arguments as the inset round value:

inset(10px 10px 10px 10px round calc(25%*3 - 10in))

The computed style returned is:

inset(10px)

This was hidden behind a couple of other serialization issues that have been fixed recently. Now that they're fixed, this issue still remains.
Comment 1 Rebecca Hauck 2014-04-28 11:45:12 PDT
Created attachment 230314 [details]
test case for the bug
Comment 2 Zoltan Horvath 2014-04-28 23:46:51 PDT
Created attachment 230356 [details]
Patch
Comment 3 Bem Jones-Bey 2014-04-29 08:44:58 PDT
Comment on attachment 230356 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2014-04-29 09:17:37 PDT
Comment on attachment 230356 [details]
Patch

Clearing flags on attachment: 230356

Committed r167936: <http://trac.webkit.org/changeset/167936>
Comment 5 WebKit Commit Bot 2014-04-29 09:17:41 PDT
All reviewed patches have been landed.  Closing bug.