[Webkit-unassigned] [Bug 217900] CSS property "border-image" is not behaving correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 21:26:42 PDT 2020


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

Tyler Wilcock <twilco.o at protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |twilco.o at protonmail.com

--- Comment #2 from Tyler Wilcock <twilco.o at protonmail.com> ---
There are definitely inconsistencies with this property.  For example, given:

div {
    width: 400px;
    height: 400px;
    -webkit-border-image: url(house.jpg) 16 repeat;
    border-image: url(house.jpg) 16 repeat;
}

WebKit renders a 1px solid border image, while Chromium and Gecko render nothing.  Adding `border-style: solid` causes Chrome and Firefox to match WebKit.

However, this isn't the issue you're describing, and I haven't been able to reproduce it using just the above CSS and toggling you've described.

Can you please attach a minimal reproduction of this issue as a zip (HTML + image)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201022/5cc18d93/attachment.htm>


More information about the webkit-unassigned mailing list