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

Unified Diff: LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html

Issue 758173002: Make arguments to NamedNodeMap methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 6 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/NamedNodeMap-missing-arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html
diff --git a/LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html b/LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html
index 286efe3a47009c5412570c45e728fbb837aaef2f..15a790650a17e2c706ccefef8749e72ffabf2d11 100644
--- a/LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html
+++ b/LayoutTests/fast/dom/NamedNodeMap-missing-arguments.html
@@ -6,6 +6,13 @@
<body>
<script>
[
+ "getNamedItem()",
+ "getNamedItemNS()",
+ "getNamedItemNS('http://www.w3.org/2000/svg')",
+ "item()",
+ "removeNamedItem()",
+ "removeNamedItemNS()",
+ "removeNamedItemNS('http://www.w3.org/2000/svg')",
"setNamedItem()",
"setNamedItemNS()",
].forEach(function(expr)
« no previous file with comments | « no previous file | LayoutTests/fast/dom/NamedNodeMap-missing-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698