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

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

Issue 2408493002: Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Added one more win7-specific baseline 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
new file mode 100644
index 0000000000000000000000000000000000000000..fc31989f286f8d84df32636457bf18758e732e11
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt
@@ -0,0 +1,23 @@
+This is a testharness.js-based test.
+PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding an attribute
+PASS add on DOMTokenList must not enqueue an attributeChanged reaction when adding an unobserved attribute
+PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a value to an existing attribute
+PASS add on DOMTokenList must not enqueue an attributeChanged reaction when adding a value to an unobserved attribute
+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
+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
+PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction when adding an observed attribute
+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
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698