<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - box-decoration-break: clone does not clone border-image"
   href="https://bugs.webkit.org/show_bug.cgi?id=145808">145808</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>box-decoration-break: clone does not clone border-image
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>CSS
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mariemosley&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=254581" name="attach_254581" title="image of expected result and actual result of -webkit-box-decoration-break: clone on a span element with a border image">attachment 254581</a> <a href="attachment.cgi?id=254581&amp;action=edit" title="image of expected result and actual result of -webkit-box-decoration-break: clone on a span element with a border image">[details]</a></span>
image of expected result and actual result of -webkit-box-decoration-break: clone on a span element with a border image

Reduced Test Case:

<a href="http://codepen.io/mariemosley/pen/e72c8f598767c51a10cc83dd9b1d3c1b">http://codepen.io/mariemosley/pen/e72c8f598767c51a10cc83dd9b1d3c1b</a>

Steps to Reproduce:

Apply border-image to an inline element. 
Apply -webkit-box-decoration-break: clone; to the inline element. 
Allow or force the element to wrap onto multiple lines.

Actual Results:

border-image is not applied to each fragment individually.

Expected Results: 

border-image should be applied to each fragment individually.

Encountered In: 

Chrome Version 43.0.2357.124 (64-bit), Safari Version 8.0.6</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>