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

Unified Diff: LayoutTests/dom/xhtml/level3/core/documentrenamenode21.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/documentrenamenode21.js
diff --git a/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js b/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
index 50f789462f3b88120e6d90816437c7d6e61e586f..31050e913bed0521fa05ae5dfc806ef9bbdd13ca 100644
--- a/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
+++ b/LayoutTests/dom/xhtml/level3/core/documentrenamenode21.js
@@ -110,7 +110,7 @@ function documentrenamenode21() {
domImpl = doc.implementation;
newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
- attr = newDoc.createAttribute("xml:lang");
+ attr = newDoc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
{
success = false;
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/documentadoptnode06.js ('k') | LayoutTests/dom/xhtml/level3/core/documentrenamenode22.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698