Bug 27582

Summary: [CSS3 Backgrounds and Borders] Add support for inset box shadows
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: CSSAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: contact, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 27569    
Attachments:
Description Flags
Add support for inset box shadows hyatt: review+

Description Dave Hyatt 2009-07-22 15:53:38 PDT
box-shadow supports an "inset" keyword that indicates the shadow should be inset instead.
Comment 1 mitz 2009-07-23 15:41:47 PDT
Created attachment 33387 [details]
Add support for inset box shadows
Comment 2 Dave Hyatt 2009-07-23 15:51:24 PDT
Comment on attachment 33387 [details]
Add support for inset box shadows

Looks good!  Can you put "inset" first in a couple of the test just to make sure the parsing is covered?

It might not hurt to have a test of inset in between the length and color (and color and length) also, just to show that the entire property gets discarded.

r=me
Comment 3 mitz 2009-07-23 16:02:03 PDT
Fixed in <http://trac.webkit.org/projects/webkit/changeset/46295>.
Comment 4 Simon Fraser (smfr) 2010-02-10 18:18:34 PST
*** Bug 24842 has been marked as a duplicate of this bug. ***