<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 - &#64;supports parse error with the filter property when no parameter is specified"
   href="https://bugs.webkit.org/show_bug.cgi?id=145874">145874</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&#64;supports parse error with the filter property when no parameter is specified
          </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>Unspecified
          </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>phiw2&#64;l-c-n.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=254708" name="attach_254708" title="test case">attachment 254708</a> <a href="attachment.cgi?id=254708&amp;action=edit" title="test case">[details]</a></span>
test case

&#64;supports (filter:blur()) or (-webkit-filter: blur()) { /* do something */ } is parsed as valid by Webkit but not by Firefox (the rules inside the `&#64;supports` block are applied by Webkit nightly builds). Note the missing parameter for the  blur value.

Chromium based browsers appear to suffer from the same issue (tested with Opera 30).

Note: 
1. Webkit handles this correctly for `&#64;supports (transform:scale()) {}` and ignores everything inside the &#64;supports block.
2. -webkit-backdrop-filter: blur() is also affected</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>