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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt

Issue 2739843002: DOM: Fix "" handling in Node.lookupNamespaceURI(). (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt
index 54998b3cab8080573a7482b1babe7a105c842dd1..78d3985b88c326b8b72e389e8245701720943b4d 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Node-lookupNamespaceURI-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 58 tests; 50 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 58 tests; 54 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS DocumentFragment should have null namespace, prefix null
PASS DocumentFragment should have null namespace, prefix ""
PASS DocumentFragment should have null namespace, prefix "foo"
@@ -18,7 +18,7 @@ FAIL Empty namespace is not default, prefix "" assert_equals: expected true but
PASS fooNamespace is not default
PASS xmlns namespace is not default
PASS Element should have baz namespace, prefix null
-FAIL Element should have baz namespace, prefix "" assert_equals: expected (string) "bazURI" but got (object) null
+PASS Element should have baz namespace, prefix ""
PASS Element does not has namespace with xlmns prefix
PASS Element has bar namespace
PASS Empty namespace is not default on fooElem, prefix null
@@ -26,7 +26,7 @@ PASS Empty namespace is not default on fooElem, prefix ""
PASS bar namespace is not default
PASS baz namespace is default
PASS Comment should inherit baz namespace
-FAIL Comment should inherit baz namespace assert_equals: expected (string) "bazURI" but got (object) null
+PASS Comment should inherit baz namespace
PASS Comment should inherit namespace URI matching prefix
PASS Comment should inherit bar namespace
PASS For comment, empty namespace is not default, prefix null
@@ -36,7 +36,7 @@ PASS For comment, xmlns namespace is not default
PASS For comment, inherited bar namespace is not default
PASS For comment, inherited baz namespace is default
PASS Child element should inherit baz namespace
-FAIL Child element should have null namespace assert_equals: expected (string) "childNamespace" but got (object) null
+PASS Child element should have null namespace
PASS Child element should not have XMLNS namespace
PASS Child element has namespace URI matching prefix
PASS Empty namespace is not default for child, prefix null
@@ -47,7 +47,7 @@ PASS bar namespace is not default for child
PASS baz namespace is default for child
PASS childNamespace is default for child
PASS Document should have xhtml namespace, prefix null
-FAIL Document should have xhtml namespace, prefix "" assert_equals: expected (string) "http://www.w3.org/1999/xhtml" but got (object) null
+PASS Document should have xhtml namespace, prefix ""
PASS Document has no namespace URI matching prefix
PASS Document has bar namespace
PASS For document, empty namespace is not default, prefix null

Powered by Google App Engine
This is Rietveld 408576698