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

Unified Diff: LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.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/nodeinsertbefore14.js
diff --git a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js
index 0ab4930be9fa95f7ca09a83d52f4439a3ba41360..834daf9937cc3792645cc3b10ed111fa285af0d8 100644
--- a/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js
+++ b/LayoutTests/dom/xhtml/level3/core/nodeinsertbefore14.js
@@ -103,7 +103,7 @@ function nodeinsertbefore14() {
doc = load(docRef, "doc", "hc_staff");
docType = doc.doctype;
- newAttr = doc.createAttribute("dom3:attr");
+ newAttr = doc.createAttributeNS("http://www.w3.org/DOM/Test","dom3:attr");
{
success = false;
« no previous file with comments | « LayoutTests/dom/xhtml/level3/core/nodeinsertbefore03.js ('k') | LayoutTests/dom/xhtml/level3/core/nodeinsertbefore20.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698