<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 - multi-column + border-radius + overflow:hidden = no background-image"
   href="https://bugs.webkit.org/show_bug.cgi?id=155823">155823</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>multi-column + border-radius + overflow:hidden = no background-image
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>Safari 9
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </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>Layout and Rendering
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>webkit&#64;chrisrebert.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>simon.fraser&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=274806" name="attach_274806" title="Screenshot of incorrect rendering in Safari 9.1">attachment 274806</a> <a href="attachment.cgi?id=274806&amp;action=edit" title="Screenshot of incorrect rendering in Safari 9.1">[details]</a></span>
Screenshot of incorrect rendering in Safari 9.1

Original Bootstrap bug: <a href="https://github.com/twbs/bootstrap/issues/19600">https://github.com/twbs/bootstrap/issues/19600</a>
Similar Chrome bug: <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=597471">https://bugs.chromium.org/p/chromium/issues/detail?id=597471</a>

Steps to reproduce:
1. Open <a href="https://jsfiddle.net/cvrebert/q7750s03/">https://jsfiddle.net/cvrebert/q7750s03/</a> in OS X Safari 9.1
2. Observe the right square.

Expected results:
The right square should match the left square and show a pentagram image.
See attached Firefox screenshot.

Actual results:
The right square doesn't match the left square.
The right square is solid white instead of showing a pentagram image.
See attached Safari screenshot.

For some reason, when combined with certain other CSS properties,
the `background-image` of boxes in columns in CSS multi-column layouts (other than the 1st column) isn't shown by WebKit.

More info:
Removing the `border-radius` or the `overflow:hidden` from the example avoids triggering the bug.
Firefox 47, Chrome Canary 51, and Edge 13 all render the example correctly.</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>