[Webkit-unassigned] [Bug 154355] Resolve style iteratively

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 14:01:22 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=154355

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #5 from Chris Dumez <cdumez at apple.com> ---
(In reply to comment #3)
> Comment on attachment 271583 [details]
> wip
> 
> Attachment 271583 [details] did not pass mac-ews (mac):
> Output: http://webkit-queues.webkit.org/results/846508
> 
> New failing tests:
> imported/w3c/web-platform-tests/dom/nodes/Element-classlist.html

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 "italic"
 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 
@@ -51,7 +51,7 @@
 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 "italic"
 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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160217/6309c82e/attachment.html>


More information about the webkit-unassigned mailing list