[webkit-reviews] review denied: [Bug 75347] getComputedStyle for border-image is not implemented. : [Attachment 120736] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 11:47:24 PST 2012


Tony Chang <tony at chromium.org> has denied Alexis Menard
<alexis.menard at openbossa.org>'s request for review:
Bug 75347: getComputedStyle for border-image is not implemented.
https://bugs.webkit.org/show_bug.cgi?id=75347

Attachment 120736: Patch
https://bugs.webkit.org/attachment.cgi?id=120736&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120736&action=review


> Source/WebCore/ChangeLog:8
> +	   Implement getComputedStyle for border-color.

Nit: border-image

> LayoutTests/fast/css/getComputedStyle/computed-style-border-image.html:23
> +shouldBe("computedBorderImageStyle('12 11 12 11', 'border-image')", "'none
12 11 1 0px stretch'");

It doesn't look like this is something that WebKit can parse properly.	I think
you need a '/' between border-image-slice, border-image-width and
border-image-outset.


More information about the webkit-reviews mailing list