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

Unified Diff: LayoutTests/dom/xhtml/level3/core/nodereplacechild35.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/nodereplacechild35.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js b/LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js
index 1bae867a5ef2bb7dca91eb727f2dc55c608119b3..c15989937d6683b0d382fd3653f3b0b54f09738a 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodereplacechild35.js
@@ -98,10 +98,10 @@ function nodereplacechild35() {
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.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
+ newChild = doc.createAttribute("xml:lang");
{
success = false;
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodereplacechild34.js ('k') | LayoutTests/dom/xhtml/level3/core/nodereplacechild36.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698