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

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

Issue 740223003: Revive tests for Document.createAttributeNS() and Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deprecation messages 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/dom/xhtml/level3/core/nodereplacechild36.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
index d912341c6045fd13c57fce09bc949fb221785371..fea225beef2fa38eec95e008e12b679576c0a4a0 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js
@@ -97,7 +97,7 @@ function nodereplacechild36() {
docRef = this.doc;
}
doc = load(docRef, "doc", "hc_staff");
- parent = doc.createAttribute("xml:lang");
+ parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
oldChild = doc.createEntityReference("delta");
newChild = doc.createTextNode("Text");
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js ('k') | LayoutTests/dom/xhtml/level3/core/nodereplacechild37.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698