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

Unified Diff: LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js

Issue 143173003: Remove unused feature ElementSetAttributeNodeNS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed failing test case expectation Created 6 years, 10 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: LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js b/LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js
index bb8131084fc291bfd6b70cecab890da468f0bf47..53595811cb3d68495a37bed78d34950b0a2217c9 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js
@@ -99,7 +99,7 @@ function nodelookupnamespaceuri16() {
doc = load(docRef, "doc", "hc_staff");
elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
- attNode = elem.setAttributeNodeNS(attr);
+ attNode = elem.setAttributeNode(attr);
namespaceURI = attr.lookupNamespaceURI("xml");
assertNull("nodelookupnamespaceuri16",namespaceURI);
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodegettextcontent08.js ('k') | LayoutTests/dom/xhtml/level3/core/nodelookupprefix16.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698