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

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

Issue 158593003: Remove Unused measure DocumentCreateAttributeNS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/nodereplacechild34.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js
index 6f4a35a01ea4e3e8fba9c09321a2f804882e5bea..0d3f160e29ddc615c398dced4dfc588b4636a2d8 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js
@@ -98,7 +98,7 @@ function nodereplacechild34() {
docRef = this.doc;
}
doc = load(docRef, "doc", "hc_staff");
- parent = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+ parent = doc.createAttribute("xml:lang");
oldChild = doc.createEntityReference("delta");
appendedChild = parent.appendChild(oldChild);
newChild = doc.createTextNode("Text");
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodereplacechild20.js ('k') | LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698