Bug 254843
Summary: | Support for "border-image-repeat: space" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gérard Talbot (no longer involved) <browserbugs2> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Linux |
Gérard Talbot (no longer involved)
Test (http connexion; not https):
http://www.gtalbot.org/BrowserBugsSection/CSS3Backgrounds/border-image-repeat-space-011.html
Reference file:
http://www.gtalbot.org/BrowserBugsSection/CSS3Backgrounds/reference/border-image-repeat-space-011-ref.html
This test and its reference will eventually be submitted to WPT repository.
Firefox 102.9.0 ESR and Chromium 111.0.5563.110 pass this test.
Epiphany 3.38.2 (using WebKitGTK 2.38.5) fails this test.
'space'
The image is tiled (repeated) to fill the area. If it does
not fill the area with a whole number of tiles, the extra
space is distributed around the tiles.
https://www.w3.org/TR/css-backgrounds-3/#valdef-border-image-repeat-space
I have search for a duplicate bug report and did not find any.
I do not know for sure if the latest Safari 16.4 passes this test.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Safari 16.4 does not pass this test, but I recently fixed it with Bug 155955
(261903@main)
Brent Fulgham
*** This bug has been marked as a duplicate of bug 155955 ***