<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 - CSS parsing break with missformed &#64;keyframe"
   href="https://bugs.webkit.org/show_bug.cgi?id=150041">150041</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CSS parsing break with missformed &#64;keyframe
          </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>Mac 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>jeremie.patonnier&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When a &#64;keyframe declaration is badly formed with a semicolon between the last two brackets, Safari 9 (and Webkit nightly r190851 from Oct, 12th) stop parsing the stylesheet.
At worst it should be either fine and ignored, or an invalid third keyframe and ignored. In any case the parser should not stop parsing the stylesheet.

Reduce test case: <a href="http://codepen.io/JeremiePat/pen/gaReEr?editors=110">http://codepen.io/JeremiePat/pen/gaReEr?editors=110</a>
For what it worth, test with Firefox and Chrome provide a coherent behavior that do not break parsing.</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>