[Webkit-unassigned] [Bug 117908] New: CSS background-color differs for button when background image is specified by background-image/background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 22 06:34:14 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117908

           Summary: CSS background-color differs for button  when
                    background image is specified by
                    background-image/background
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: santosh.ma at samsung.com


Created an attachment (id=205246)
 --> (https://bugs.webkit.org/attachment.cgi?id=205246&action=review)
TestPage

<button type="button" style="background: url("");"> Click Me1</button>
<button type="button" style="background-image: url("");"> Click Me1</button>

In both case the background color differs 
Since we are specifying only background image, the background color should not differ.

In first case : background-color becomes   initial value 
In second case : background-color becomes   user agent specified value

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list