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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html

Issue 2446483002: Import wpt@c5a14f553cba5f197743b9af605a84eddd8692a2 (Closed)
Patch Set: 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.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
index 0ae83e9ab4f0b7364494d4d688e1ed2d9b6d3d6a..fa21b3ada9ab2bd79370947d81ae6d5fb1984f45 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/reactions/NamedNodeMap.html
@@ -28,11 +28,11 @@ testAttributeAdder(function (element, name, value) {
testAttributeRemover(function (element, name) {
element.attributes.removeNamedItem(name);
-}, 'removeNamedItem on NamedNodeMap');
+}, 'removeNamedItem on NamedNodeMap', {onlyExistingAttribute: true});
testAttributeRemover(function (element, name) {
element.attributes.removeNamedItemNS(null, name);
-}, 'removeNamedItemNS on NamedNodeMap');
+}, 'removeNamedItemNS on NamedNodeMap', {onlyExistingAttribute: true});
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698