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

Unified Diff: LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.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
« no previous file with comments | « no previous file | LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.js b/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.js
index e1089c1b20edce46e8684d73df71ae31c33f7510..11fe423f095cd01807915793317add903989c7c5 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition11.js
@@ -100,7 +100,7 @@ function nodecomparedocumentposition11() {
elemList = doc.getElementsByTagName("p");
elem = elemList.item(3);
newAttr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
- replacedAttr = elem.setAttributeNodeNS(newAttr);
+ replacedAttr = elem.setAttributeNode(newAttr);
attrPosition = newAttr.compareDocumentPosition(doc);
assertEquals("nodecomparedocumentpositionPRECEDINGContains11",10,attrPosition);
« no previous file with comments | « no previous file | LayoutTests/dom/xhtml/level3/core/nodecomparedocumentposition15.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698