[Webkit-unassigned] [Bug 75970] New: background-size:100% 100%; Webkit doesn't spread background image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 10 10:36:50 PST 2012


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

           Summary: background-size:100% 100%; Webkit doesn't spread
                    background image
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: albo at apfwebs.com


Background: the described operation *succeeds* on:
Box: 13" MBP 2.66GHz Intel Core 2 Duo browsers built-in Safari, Chrome 16.0.912.75, Firefox 10.0, Opera 11.60, Camino 2.1 (1.9.2.24 20111113195207)
Box: iPad2 iOS5 built-in Safari

The operation *fails* on Webkit nightly 5.1.2 (7534.52.7, r104486) [and has failed on several nightlies up until now]

The operation is as follows. The web page is described in CSS with 

html { 

background: #bdafa2 url("../gradient.svg") fixed repeat-x;

background-size: 100% 100%;

color: #000;

height: 100%;

...

}

"gradient.svg" describes a rectangle 640 wide by 480 high, with a linear gradient containing color stops at top, midway, and bottom.

To repeat, all browsers except Webkit nightly spread the background with "background-size:100% 100%". Webkit displays a background of width 640[px].

When the "background-size" is removed from the CSS, Webkit displays the SVG, repeated-x (and not spread-y) with the fall-back background-color filling any remaining space.

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