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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt

Issue 1923043002: Import web-platform-tests@028d354aba4c8ee6700def957a45f3927241d8b0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix expectations after the test harness was updated Created 4 years, 8 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/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt
index 31e24b677f058e82f8967e1dfeef64da811ddef2..46b1bd67db41a87484dc4450c0288195f88e09a7 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/DOMImplementation-createDocument-expected.txt
@@ -18,9 +18,9 @@ PASS createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 7: null,"}foo",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 8: null,"f}oo",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 9: null,"foo}",null,"INVALID_CHARACTER_ERR"
-PASS createDocument test 10: null,"￿foo",null,"INVALID_CHARACTER_ERR"
-PASS createDocument test 11: null,"f￿oo",null,"INVALID_CHARACTER_ERR"
-PASS createDocument test 12: null,"foo￿",null,"INVALID_CHARACTER_ERR"
+PASS createDocument test 10: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR"
+PASS createDocument test 11: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR"
+PASS createDocument test 12: null,"foo\uffff",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 13: null,"<foo",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 14: null,"foo>",null,"INVALID_CHARACTER_ERR"
PASS createDocument test 15: null,"<foo>",null,"INVALID_CHARACTER_ERR"
@@ -337,6 +337,27 @@ PASS createDocument test 177: characterSet aliases for "foo",null,DocumentType n
PASS createDocument test 178: "foo","bar",DocumentType node,null
FAIL createDocument test 178: metadata for "foo","bar",DocumentType node assert_equals: expected "about:blank" but got ""
PASS createDocument test 178: characterSet aliases for "foo","bar",DocumentType node
+PASS createDocument test 179: "http://www.w3.org/1999/xhtml","",null,null
+FAIL createDocument test 179: metadata for "http://www.w3.org/1999/xhtml","",null assert_equals: expected "text/html" but got "application/xhtml+xml"
+PASS createDocument test 179: characterSet aliases for "http://www.w3.org/1999/xhtml","",null
+PASS createDocument test 180: "http://www.w3.org/2000/svg","",null,null
+FAIL createDocument test 180: metadata for "http://www.w3.org/2000/svg","",null assert_equals: expected "about:blank" but got ""
+PASS createDocument test 180: characterSet aliases for "http://www.w3.org/2000/svg","",null
+PASS createDocument test 181: "http://www.w3.org/1998/Math/MathML","",null,null
+FAIL createDocument test 181: metadata for "http://www.w3.org/1998/Math/MathML","",null assert_equals: expected "about:blank" but got ""
+PASS createDocument test 181: characterSet aliases for "http://www.w3.org/1998/Math/MathML","",null
+PASS createDocument test 182: null,"html",null,null
+FAIL createDocument test 182: metadata for null,"html",null assert_equals: expected "about:blank" but got ""
+PASS createDocument test 182: characterSet aliases for null,"html",null
+PASS createDocument test 183: null,"svg",null,null
+FAIL createDocument test 183: metadata for null,"svg",null assert_equals: expected "about:blank" but got ""
+PASS createDocument test 183: characterSet aliases for null,"svg",null
+PASS createDocument test 184: null,"math",null,null
+FAIL createDocument test 184: metadata for null,"math",null assert_equals: expected "about:blank" but got ""
+PASS createDocument test 184: characterSet aliases for null,"math",null
+PASS createDocument test 185: null,"",DocumentType node
+PASS createDocument test 186: null,"",DocumentType node
+PASS createDocument test 187: null,"",DocumentType node
PASS createDocument with missing arguments
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698