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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createDocument-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/DOMImplementation-createDocument-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createDocument-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createDocument-expected.txt
index 1cd0da4e6ca00af462e19a80568f633344a95b4e..49caabb1b02a68ace2ab18e042084348042fb0e5 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createDocument-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createDocument-expected.txt
@@ -153,7 +153,6 @@ PASS createDocument test: characterSet aliases for "http://example.com/","a-b:c"
PASS createDocument test: "http://example.com/","xml",null,null
FAIL createDocument test: metadata for "http://example.com/","xml",null assert_equals: expected "about:blank" but got ""
PASS createDocument test: characterSet aliases for "http://example.com/","xml",null
-PASS createDocument test: "http://example.com/","xmlns",null,"NAMESPACE_ERR"
PASS createDocument test: "http://example.com/","XMLNS",null,null
FAIL createDocument test: metadata for "http://example.com/","XMLNS",null assert_equals: expected "about:blank" but got ""
PASS createDocument test: characterSet aliases for "http://example.com/","XMLNS",null
@@ -303,9 +302,6 @@ PASS createDocument test: "foo:","xmlfoo:bar",null,null
FAIL createDocument test: metadata for "foo:","xmlfoo:bar",null assert_equals: expected "about:blank" but got ""
PASS createDocument test: characterSet aliases for "foo:","xmlfoo:bar",null
PASS createDocument test: null,null,false,object "TypeError"
-PASS createDocument test: null,null,null,null
-FAIL createDocument test: metadata for null,null,null assert_equals: expected "about:blank" but got ""
-PASS createDocument test: characterSet aliases for null,null,null
PASS createDocument test: null,"",null,null
FAIL createDocument test: metadata for null,"",null assert_equals: expected "about:blank" but got ""
PASS createDocument test: characterSet aliases for null,"",null

Powered by Google App Engine
This is Rietveld 408576698