<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Resolve style iteratively"
   href="https://bugs.webkit.org/show_bug.cgi?id=154355">bug 154355</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>cdumez&#64;apple.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Resolve style iteratively"
   href="https://bugs.webkit.org/show_bug.cgi?id=154355#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Resolve style iteratively"
   href="https://bugs.webkit.org/show_bug.cgi?id=154355">bug 154355</a>
              from <span class="vcard"><a class="email" href="mailto:cdumez&#64;apple.com" title="Chris Dumez &lt;cdumez&#64;apple.com&gt;"> <span class="fn">Chris Dumez</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=154355#c3">comment #3</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=271583&amp;action=diff" name="attach_271583" title="wip">attachment 271583</a> <a href="attachment.cgi?id=271583&amp;action=edit" title="wip">[details]</a></span>
&gt; wip
&gt; 
&gt; <span class=""><a href="attachment.cgi?id=271583&amp;action=diff" name="attach_271583" title="wip">Attachment 271583</a> <a href="attachment.cgi?id=271583&amp;action=edit" title="wip">[details]</a></span> did not pass mac-ews (mac):
&gt; Output: <a href="http://webkit-queues.webkit.org/results/846508">http://webkit-queues.webkit.org/results/846508</a>
&gt; 
&gt; New failing tests:
&gt; imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html</span >

ah ah, it looks like the w3c tests found a bug:
 PASS classList.add should not add a token if it already exists 
 PASS classList.remove removes arguments passed, if they are present. 
 PASS classList.remove must remove existing tokens 
-PASS classList.remove must not break case-sensitive CSS selector matching 
+FAIL classList.remove must not break case-sensitive CSS selector matching assert_not_equals: got disallowed value &quot;italic&quot;
 PASS classList.remove must remove duplicated tokens 
 PASS classList.remove must collapse whitespace around removed tokens 
 PASS classList.remove must collapse whitespaces around each token 
&#64;&#64; -51,7 +51,7 &#64;&#64;
 PASS classList.toggle must not break case-sensitive CSS selector matching 
 PASS classList.toggle must be able to remove tokens 
 PASS classList.toggle must be case-sensitive when removing tokens 
-PASS CSS class selectors must stop matching when all classes have been removed 
+FAIL CSS class selectors must stop matching when all classes have been removed assert_not_equals: got disallowed value &quot;italic&quot;
 PASS className must be empty when all classes have been removed 
 PASS classList must stringify to an empty string when all classes have been removed 
 PASS classList.item(0) must return null when all classes have been removed</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>