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 |
deleted file mode 100644 |
index fc31989f286f8d84df32636457bf18758e732e11..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMTokenList-expected.txt |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-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. |
- |