Bug 30643

Summary: -webkit-box-shadow does not render.
Product: WebKit Reporter: Ramiro Jr Franco <me>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: no sample - yet

Description Ramiro Jr Franco 2009-10-21 14:04:13 PDT
I'm not sure what conditions are necessary to reproduce this issue, as I've only encountered it on a private network:

I have css pointing to divs, within divs and although chrome is able to render the -webkit-box-shadow as expected, safari does not render the provided style at all. The section of css pertaining to the area is below, and the actual div that is not rendering correctly is div.expander div div.

div.expander h4 {
	margin: 0;
	background: url(/images/dv7/expand_top.jpg) 0 0 no-repeat;
	height: 19px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	text-indent: 31px;
	padding: 18px 0 0;
}

div.expander h4 a {
	display: block;
	height: 37px;
}

div.expander div {
	padding: 10px 0;
	background: url(/images/dv7/expand_mid.jpg) repeat-y;
}

div.expander div div {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	width: 622px;
	margin: 0 0 0 16px;
	-moz-box-shadow: #bbb 0 0 8px 5px;
	-webkit-box-shadow: #bbb 0 0 8px 5px;
}
Comment 1 Simon Fraser (smfr) 2010-10-07 10:42:45 PDT
Please attach a testcase.
Comment 2 Ramiro Jr Franco 2010-10-07 11:11:16 PDT
You can find a sample on this page:

http://www.dotster.com/about/careers.php

However I'm no longer on an XP machine (I've switched to a windows 7 machine) so I'm unable to determine if the issue can still be reproduced.
Comment 3 Simon Fraser (smfr) 2010-10-07 11:15:02 PDT
Current builds seem to render that shadow just fine.