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

Unified Diff: LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js

Issue 737133002: Make arguments to some Document and Element methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase+adapt 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
Index: LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js
diff --git a/LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js b/LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js
index 18d2332cea1647134920af60b74d2199e35c93ee..06cfde23ebff67e0a1e47ac635ff4e4d0859a454 100644
--- a/LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js
+++ b/LayoutTests/fast/dom/Document/script-tests/createAttributeNS-namespace-err.js
@@ -124,8 +124,4 @@ function runNSTests()
}
}
-// Moz throws a "Not enough arguments" exception in these, we don't:
-shouldBeEqualToString("document.createAttributeNS().toString()", "[object Attr]");
-shouldBeEqualToString("document.createAttributeNS(\"http://www.example.com\").toString()", "[object Attr]");
-
runNSTests();
« no previous file with comments | « LayoutTests/fast/dom/Document/missing-arguments-expected.txt ('k') | LayoutTests/fast/dom/Element/missing-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698