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

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

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out 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/DOMStringMap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMStringMap-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMStringMap-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4ccc2a61af283bccdaa3d56e29a7ab13c7daa6bb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/DOMStringMap-expected.txt
@@ -0,0 +1,11 @@
+This is a testharness.js-based test.
+PASS setter on DOMStringMap must enqueue an attributeChanged reaction when adding an observed data attribute
+PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when adding an unobserved data attribute
+PASS setter on DOMStringMap must enqueue an attributeChanged reaction when mutating the value of an observed data attribute
+FAIL setter on DOMStringMap must enqueue an attributeChanged reaction when mutating the value of an observed data attribute to the same value assert_array_equals: lengths differ, expected 1 got 0
+PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when mutating the value of an unobserved data attribute
+PASS deleter on DOMStringMap must enqueue an attributeChanged reaction when removing an observed data attribute
+PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when removing an unobserved data attribute
+PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when it does not remove a data attribute
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698