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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 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: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
index 702cad2d618fb3bae5494bb363bc254a08c6d7f4..5ad2dc0dec2426b03ef62369429c8ed52b02e16a 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
@@ -260,9 +260,6 @@ PASS createElementNS test in XHTML document: "http://example.com/","a-b:c",null
PASS createElementNS test in HTML document: "http://example.com/","xml",null
PASS createElementNS test in XML document: "http://example.com/","xml",null
PASS createElementNS test in XHTML document: "http://example.com/","xml",null
-PASS createElementNS test in HTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
-PASS createElementNS test in XML document: "http://example.com/","xmlns","NAMESPACE_ERR"
-PASS createElementNS test in XHTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
PASS createElementNS test in HTML document: "http://example.com/","XMLNS",null
PASS createElementNS test in XML document: "http://example.com/","XMLNS",null
PASS createElementNS test in XHTML document: "http://example.com/","XMLNS",null
@@ -536,15 +533,9 @@ PASS createElementNS test in XHTML document: "foo:","xmlfoo:bar",null
PASS createElementNS test in HTML document: "","","INVALID_CHARACTER_ERR"
PASS createElementNS test in XML document: "","","INVALID_CHARACTER_ERR"
PASS createElementNS test in XHTML document: "","","INVALID_CHARACTER_ERR"
-PASS createElementNS test in HTML document: null,null,null
-PASS createElementNS test in XML document: null,null,null
-PASS createElementNS test in XHTML document: null,null,null
PASS createElementNS test in HTML document: null,"","INVALID_CHARACTER_ERR"
PASS createElementNS test in XML document: null,"","INVALID_CHARACTER_ERR"
PASS createElementNS test in XHTML document: null,"","INVALID_CHARACTER_ERR"
-PASS createElementNS test in HTML document: undefined,null,null
-PASS createElementNS test in XML document: undefined,null,null
-PASS createElementNS test in XHTML document: undefined,null,null
PASS createElementNS test in HTML document: undefined,"","INVALID_CHARACTER_ERR"
PASS createElementNS test in XML document: undefined,"","INVALID_CHARACTER_ERR"
PASS createElementNS test in XHTML document: undefined,"","INVALID_CHARACTER_ERR"

Powered by Google App Engine
This is Rietveld 408576698