box-shadow supports an "inset" keyword that indicates the shadow should be inset instead.
Created attachment 33387 [details] Add support for inset box shadows
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
Fixed in <http://trac.webkit.org/projects/webkit/changeset/46295>.
*** Bug 24842 has been marked as a duplicate of this bug. ***