[Webkit-unassigned] [Bug 99922] [css border] border-image doesn't honor border-style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 13:46:11 PST 2015


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

--- Comment #36 from Gérard Talbot <browserbugs2 at gtalbot.org> ---
> Created attachment 266376 [details]

Adenilson,

In
(-)a/LayoutTests/fast/borders/border-image-source.html (+1 lines) 

  border-image-source: url("resources/border-image.png") !important
  border-style: solid;

should be instead


  border-image-source: url("resources/border-image.png") !important;
  border-style: solid;

The CSS validator will report the error (missing ";" separating the 2 declarations)

- - - - - - - 

The error reported in comment 14 and in comment 19 is still there.


border-image: url("cat.png") 1 / 2 / 3; /* is valid */

border-image: url("cat.png") 1 2 3; /* is INvalid */

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151201/dee6d5bc/attachment.html>


More information about the webkit-unassigned mailing list