[Webkit-unassigned] [Bug 19303] New: when -khtml-border-image has 3 image offsets, left gets top's value instead of right's

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 28 23:52:40 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19303

           Summary: when -khtml-border-image has 3 image offsets, left gets
                    top's value instead of right's
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbaron at dbaron.org


Per http://dev.w3.org/csswg/css3-background/#the-border-image , when the
border-image property has fewer than 4 offset values, the left value (4th) is
supposed to get the same value as the right (just like for CSS box properties).
 In WebKit SVN r34192, when three values are specified, the missing left value
is filled in using the value from the top (1st) instead of the value from the
right (2nd).

Steps to reproduce: load attached testcase.  Note that the image is random so
the pixel grid is clearly visible.

Expected results: left border has two image pixels in it
Actual results:   left border has one image pixel in it


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



More information about the webkit-unassigned mailing list