Bug 125277

Summary: [CSS Shapes] Fix inset when only a subset of the arguments are defined
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: CSSAssignee: Zoltan Horvath <zoltan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 125112    
Bug Blocks: 98664    
Attachments:
Description Flags
Patch none

Description Zoltan Horvath 2013-12-04 19:41:02 PST
I thought Length's default value is fixed 0, but actually it's auto-0. For the optional arguments of inset shape, we need to use fixed-0, so I updated the code and the tests to use that explicitly.
Comment 1 Zoltan Horvath 2013-12-04 19:46:33 PST
Created attachment 218484 [details]
Patch
Comment 2 Dave Hyatt 2013-12-05 08:17:34 PST
Comment on attachment 218484 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-12-05 08:45:14 PST
Comment on attachment 218484 [details]
Patch

Clearing flags on attachment: 218484

Committed r160176: <http://trac.webkit.org/changeset/160176>
Comment 4 WebKit Commit Bot 2013-12-05 08:45:17 PST
All reviewed patches have been landed.  Closing bug.