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

Rebecca Hauck
Reported 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.
Attachments
test case for the bug (1.12 KB, text/html)
2014-04-28 11:45 PDT, Rebecca Hauck
no flags
Patch (8.99 KB, patch)
2014-04-28 23:46 PDT, Zoltan Horvath
no flags
Rebecca Hauck
Comment 1 2014-04-28 11:45:12 PDT
Created attachment 230314 [details] test case for the bug
Zoltan Horvath
Comment 2 2014-04-28 23:46:51 PDT
Bem Jones-Bey
Comment 3 2014-04-29 08:44:58 PDT
Comment on attachment 230356 [details] Patch r=me
WebKit Commit Bot
Comment 4 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>
WebKit Commit Bot
Comment 5 2014-04-29 09:17:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.