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

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

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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/external/wpt/custom-elements/reactions/DOMTokenList-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/DOMTokenList-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/DOMTokenList-expected.txt
index 61941d795ed5c5c68d7a43af562263d7ca459223..86e2a00198fd473968f5ba5cc241ce6ae058df6a 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/DOMTokenList-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/custom-elements/reactions/DOMTokenList-expected.txt
@@ -10,7 +10,6 @@ PASS remove on DOMTokenList must enqueue an attributeChanged reaction even when
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
-PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when removing a value from an unobserved attribute
FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when replacing a value in an attribute instance.classList.replace is not a function
FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when the token to replace does not exist in the attribute instance.classList.replace is not a function
FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when replacing a value in an unobserved attribute instance.classList.replace is not a function

Powered by Google App Engine
This is Rietveld 408576698