Bug 17288

Summary: Element's background color is not applied when an empty URL is specified in a background style
Product: WebKit Reporter: Anantha Keesara <anantha>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://torg.mail.ru/85/54073/?tab_id=1
Attachments:
Description Flags
screenshot
none
reduction none

Description Anantha Keesara 2008-02-10 11:11:54 PST
I .Steps:
http://torg.mail.ru/85/54073/?tab_id=1

II. Issue:
Notice that there is a div with white background instead of gray back ground. Screenshot attached.

III. Reason for bug: 
The issue is caused by the empty URL in the background property set in the styles. Although there's a background color specified, since the URL is empty,  safari doesn't display anything.
This bug may be a duplicate of http://bugs.webkit.org/show_bug.cgi?id=17051

IV. Other browsers: 
IE, FF, Opera: All browsers work fine.

V. Nightly tested: 30110
Comment 1 Anantha Keesara 2008-02-10 11:13:17 PST
Created attachment 19039 [details]
screenshot
Comment 2 Anantha Keesara 2008-02-10 11:14:27 PST
Created attachment 19040 [details]
reduction
Comment 3 Eric Seidel (no email) 2008-02-10 11:31:20 PST
There is already a similar test case on bug 17051, we can mark this as a dupe.

*** This bug has been marked as a duplicate of 17051 ***