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

Unified Diff: LayoutTests/fast/dom/serialize-nodes.xhtml

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
« no previous file with comments | « LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/serialize-nodes.xhtml
diff --git a/LayoutTests/fast/dom/serialize-nodes.xhtml b/LayoutTests/fast/dom/serialize-nodes.xhtml
index ae4791dc8b44d631b4556a66c9d2df4f65d34ee0..6e77e2bc12b35da2d86c6bb84c865f8c0f5eebc3 100644
--- a/LayoutTests/fast/dom/serialize-nodes.xhtml
+++ b/LayoutTests/fast/dom/serialize-nodes.xhtml
@@ -27,7 +27,7 @@ window.addEventListener("load", function() {
c.setAttributeNS("urn:foo-ns", "foo:name", "one");
c.setAttributeNS("urn:bar-ns", "bar:name", "two");
- var attr = d.createAttributeNS(null, "name");
+ var attr = d.createAttribute("name");
var text = d.createTextNode("three");
attr.appendChild(text);
c.setAttributeNode(attr);
« no previous file with comments | « LayoutTests/fast/dom/coreDOM-element-attribute-js-null.xhtml ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698