Index: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt |
index fc31989f286f8d84df32636457bf18758e732e11..d6a08341429b9b1b453f16de6d9caaed79b16094 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt |
@@ -6,7 +6,7 @@ PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi |
PASS add on DOMTokenList must enqueue exactly one attributeChanged reaction when adding multiple values to an attribute |
PASS remove on DOMTokenList must enqueue an attributeChanged reaction when removing a value from an attribute |
PASS remove on DOMTokenList must enqueue exactly one attributeChanged reaction when removing multiple values to an attribute |
-PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when removing a non-existent value from an attribute |
+FAIL remove on DOMTokenList must enqueue an attributeChanged reaction even when removing a non-existent value from an attribute assert_array_equals: lengths differ, expected 1 got 0 |
PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when removing a value from an unobserved attribute |
PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an attribute |
PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when removing a value from an attribute |