<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [css border] border-image doesn't honor border-style"
   href="https://bugs.webkit.org/show_bug.cgi?id=99922#c36">Comment # 36</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [css border] border-image doesn't honor border-style"
   href="https://bugs.webkit.org/show_bug.cgi?id=99922">bug 99922</a>
              from <span class="vcard"><a class="email" href="mailto:browserbugs2&#64;gtalbot.org" title="Gérard Talbot &lt;browserbugs2&#64;gtalbot.org&gt;"> <span class="fn">Gérard Talbot</span></a>
</span></b>
        <pre><span class="quote">&gt; Created <span class=""><a href="attachment.cgi?id=266376&amp;action=diff" name="attach_266376" title="Fixed last tests.">attachment 266376</a> <a href="attachment.cgi?id=266376&amp;action=edit" title="Fixed last tests.">[details]</a></span></span >

Adenilson,

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

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

should be instead


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

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

- - - - - - - 

The error reported in <a href="show_bug.cgi?id=99922#c14">comment 14</a> and in <a href="show_bug.cgi?id=99922#c19">comment 19</a> is still there.


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

border-image: url(&quot;cat.png&quot;) 1 2 3; /* is INvalid */</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>