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

Unified Diff: LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt

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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/missing-arguments.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
diff --git a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
index 06fbf9a411009d010131c5d79ff54e917c23c091..dc8df05717f67d2270e5a5906ad9d50c72bc7ce3 100644
--- a/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
+++ b/LayoutTests/fast/dom/Document/createAttributeNS-namespace-err-expected.txt
@@ -3,8 +3,6 @@ createAttirbuteNS tests adapted from createElementNS tests attached to webkit bu
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.createAttributeNS().toString() is "[object Attr]"
-PASS document.createAttributeNS("http://www.example.com").toString() is "[object Attr]"
PASS createAttributeNS(undefined, undefined)
PASS createAttributeNS(null, undefined)
PASS createAttributeNS(undefined, null); threw InvalidCharacterError: Failed to execute 'createAttributeNS' on 'Document': The qualified name provided is empty.
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Document/missing-arguments.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698