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

Unified Diff: LayoutTests/dom/xhtml/level3/core/attrisid06.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/attrisid06.js
diff --git a/LayoutTests/dom/xhtml/level3/core/attrisid06.js b/LayoutTests/dom/xhtml/level3/core/attrisid06.js
index f699e343943e95cffbcf734954178390922326a3..7ca4f6455a1636783b1a23c83307870e4ace7f4b 100644
--- a/LayoutTests/dom/xhtml/level3/core/attrisid06.js
+++ b/LayoutTests/dom/xhtml/level3/core/attrisid06.js
@@ -93,7 +93,7 @@ function attrisid06() {
docRef = this.doc;
}
doc = load(docRef, "doc", "hc_staff");
- attr = doc.createAttribute("xml:lang");
+ attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
id = attr.isId;
assertFalse("AttrIsIDFalse06",id);

Powered by Google App Engine
This is Rietveld 408576698