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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap-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/NamedNodeMap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap-expected.txt
deleted file mode 100644
index 91c7206e1b49ad2bdb96fd8df4ed799b57f552c1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-This is a testharness.js-based test.
-PASS setNamedItem on NamedNodeMap must enqueue an attributeChanged reaction when adding an attribute
-PASS setNamedItem on NamedNodeMap must not enqueue an attributeChanged reaction when adding an unobserved attribute
-PASS setNamedItem on NamedNodeMap must enqueue an attributeChanged reaction when replacing an existing attribute
-PASS setNamedItem on NamedNodeMap must enqueue an attributeChanged reaction when replacing an existing unobserved attribute
-PASS setNamedItemNS on NamedNodeMap must enqueue an attributeChanged reaction when adding an attribute
-PASS setNamedItemNS on NamedNodeMap must not enqueue an attributeChanged reaction when adding an unobserved attribute
-PASS setNamedItemNS on NamedNodeMap must enqueue an attributeChanged reaction when replacing an existing attribute
-PASS setNamedItemNS on NamedNodeMap must enqueue an attributeChanged reaction when replacing an existing unobserved attribute
-FAIL removeNamedItem on NamedNodeMap must not enqueue an attributeChanged reaction when removing an attribute that does not exist Failed to execute 'removeNamedItem' on 'NamedNodeMap': No item with name 'title' was found.
-PASS removeNamedItem on NamedNodeMap must not enqueue an attributeChanged reaction when removing an unobserved attribute
-PASS removeNamedItem on NamedNodeMap must enqueue an attributeChanged reaction when removing an existing attribute
-PASS removeNamedItem on NamedNodeMap must not enqueue an attributeChanged reaction when removing an existing unobserved attribute
-FAIL removeNamedItemNS on NamedNodeMap must not enqueue an attributeChanged reaction when removing an attribute that does not exist Failed to execute 'removeNamedItemNS' on 'NamedNodeMap': No item with name '::title' was found.
-PASS removeNamedItemNS on NamedNodeMap must not enqueue an attributeChanged reaction when removing an unobserved attribute
-PASS removeNamedItemNS on NamedNodeMap must enqueue an attributeChanged reaction when removing an existing attribute
-PASS removeNamedItemNS on NamedNodeMap must not enqueue an attributeChanged reaction when removing an existing unobserved attribute
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698