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

Unified Diff: LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt

Issue 98543009: Make arguments to Element methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix failing tests Created 7 years 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/Element/setAttributeNS-namespace-err-expected.txt
diff --git a/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt
index bef2b46f1232a86acd9cdb01640523b93544ee5e..613e0d9e3d8cbdac6fab8e681dbc395a3d797b45 100644
--- a/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt
+++ b/LayoutTests/fast/dom/Element/setAttributeNS-namespace-err-expected.txt
@@ -3,9 +3,6 @@ setAttributeNS tests adapted from createAttributeNS which in turn were adapted f
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS element.setAttributeNS() is undefined.
-PASS element.setAttributeNS("http://www.example.com") is undefined.
-PASS element.setAttributeNS("http://www.example.com", "foo") is undefined.
PASS element.setAttributeNS(undefined, undefined, 'value')
PASS element.setAttributeNS(null, undefined, 'value')
FAIL element.setAttributeNS(undefined, null, 'value')

Powered by Google App Engine
This is Rietveld 408576698