Bug 132293

Summary: [CSS Shapes] complex calc args for inset round vanish
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: CSSAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard, zoltan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 98664    
Attachments:
Description Flags
test case for the bug
none
Patch none

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.