<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 - Compositing layer is too large when inner element has a blur that is within bounds"
   href="https://bugs.webkit.org/show_bug.cgi?id=155288">155288</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Compositing layer is too large when inner element has a blur that is within bounds
          </td>
        </tr>

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

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

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </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>CSS
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>jonlee&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=273543" name="attach_273543" title="Sample test case">attachment 273543</a> <a href="attachment.cgi?id=273543&amp;action=edit" title="Sample test case">[details]</a></span>
Sample test case

See attached test case. The first example has:

&lt;div class=&quot;container&quot;&gt;
    &lt;div class=&quot;particle&quot; style=&quot;filter:blur(10px)&quot;&gt;&lt;/div&gt;
&lt;/div&gt;

particle is fixed 80x80, the container is 100x100. The 10px blur should make the particle 100x100 large, but the compositing layer (see web inspector) shows a 136x136 layer.

For example 2, the blur on the container should be 120x120, but it's 156x156 instead.

It's strange in example 3 that the layer is 100x100, but the blur extends past.

I think example 4 is correct?</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>