[Webkit-unassigned] [Bug 96489] New: background-size property : CSS and JS rendering differ

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 02:56:30 PDT 2012


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

           Summary: background-size property : CSS and JS rendering differ
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/B3dks/4/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laurent.mary.44 at gmail.com


The javascript implementation of the background-size property for the values "cover" and "contain" is inverted with the CSS rendering.

- Css3 background-size:cover gives the same result that javascript document.getElementById("test").style.backgroundSize = "contain";
- Css3 background-size:contain gives the same result that javascript document.getElementById("test").style.backgroundSize = "cover";

-- 
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