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/NamedNodeMap-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/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
new file mode 100644
index 0000000000000000000000000000000000000000..91c7206e1b49ad2bdb96fd8df4ed799b57f552c1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap-expected.txt
@@ -0,0 +1,19 @@
+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