Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt

Issue 2448433002: Import wpt@bd99724e428dae78082983eab4675480c43f6234 (Closed)
Patch Set: more Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698