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

Unified Diff: LayoutTests/fast/dom/Node/initial-values-expected.txt

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
Index: LayoutTests/fast/dom/Node/initial-values-expected.txt
diff --git a/LayoutTests/fast/dom/Node/initial-values-expected.txt b/LayoutTests/fast/dom/Node/initial-values-expected.txt
index f1b46cde6a5845e59e6b8216e7bd5f9eef096dbc..28c20bb27b86f948a52fab1487284416b5ab7667 100644
--- a/LayoutTests/fast/dom/Node/initial-values-expected.txt
+++ b/LayoutTests/fast/dom/Node/initial-values-expected.txt
@@ -11,14 +11,6 @@ PASS attr.namespaceURI is null
PASS attr.prefix is null
PASS attr.nodeValue is ''
PASS attr.value is ''
-Attribute creation using createElementNS on an HTML doc:
-PASS attr.nodeName is 'example:foo'
-PASS attr.name is 'example:foo'
-PASS attr.localName is 'foo'
-PASS attr.namespaceURI is 'http://www.example.com'
-PASS attr.prefix is 'example'
-PASS attr.nodeValue is ''
-PASS attr.value is ''
Attribute creation using createElement on an XHTML doc:
PASS attr.nodeName is 'foo'
PASS attr.name is 'foo'
@@ -27,14 +19,6 @@ PASS attr.namespaceURI is null
PASS attr.prefix is null
PASS attr.nodeValue is ''
PASS attr.value is ''
-Attribute creation using createElementNS on an XHTML doc:
-PASS attr.nodeName is 'example:foo'
-PASS attr.name is 'example:foo'
-PASS attr.localName is 'foo'
-PASS attr.namespaceURI is 'http://www.example.com'
-PASS attr.prefix is 'example'
-PASS attr.nodeValue is ''
-PASS attr.value is ''
PASS comment.nodeName is '#comment'
PASS comment.localName is null
PASS comment.namespaceURI is null

Powered by Google App Engine
This is Rietveld 408576698