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 d6a08341429b9b1b453f16de6d9caaed79b16094..61941d795ed5c5c68d7a43af562263d7ca459223 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 |
-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 enqueue an attributeChanged reaction even when removing a non-existent value from an attribute |
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 |
@@ -18,6 +18,6 @@ PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w |
PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reaction when adding an unobserved attribute |
PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction when mutating the value of an observed attribute |
PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reaction when mutating the value of an unobserved attribute |
-FAIL the stringifier of DOMTokenList must enqueue an attributeChanged reaction when the setter is called with the original value of the attribute assert_array_equals: lengths differ, expected 1 got 0 |
+PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction when the setter is called with the original value of the attribute |
Harness: the test ran to completion. |