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

Unified Diff: LayoutTests/dom/xhtml/level3/core/documentadoptnode06.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/documentadoptnode06.js
diff --git a/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js b/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
index f4c94b85471f67b80eec43e8def75b8ec1d653a8..804b9481528fe2081fb3a4dc3d49d25d055a8f23 100644
--- a/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
+++ b/LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js
@@ -125,7 +125,7 @@ function documentadoptnode06() {
domImpl = doc.implementation;
newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
- newAttr = doc.createAttribute("xml:lang");
+ newAttr = doc.createAttributeNS(xmlNS,"xml:lang");
newText = doc.createTextNode("Text Node");
newEntRef = doc.createEntityReference("alpha");
appendedChild = newAttr.appendChild(newText);
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/documentadoptnode04.js ('k') | LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698