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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt

Issue 2768373005: Set default document urls to 'about:blank'. (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/DOMImplementation-createHTMLDocument-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt
deleted file mode 100644
index fb7b8e501c7017da5a76b0c7472b071d821cd2b6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/DOMImplementation-createHTMLDocument-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-This is a testharness.js-based test.
-PASS createHTMLDocument test 0: "","",""
-PASS createHTMLDocument test 1: null,"null","null"
-PASS createHTMLDocument test 2: undefined,undefined,""
-PASS createHTMLDocument test 3: "foo bar baz","foo bar baz","foo bar baz"
-PASS createHTMLDocument test 4: "foo\t\tbar baz","foo\t\tbar baz","foo bar baz"
-PASS createHTMLDocument test 5: "foo\n\nbar baz","foo\n\nbar baz","foo bar baz"
-PASS createHTMLDocument test 6: "foo\f\fbar baz","foo\f\fbar baz","foo bar baz"
-PASS createHTMLDocument test 7: "foo\r\rbar baz","foo\r\rbar baz","foo bar baz"
-PASS Missing title argument
-FAIL createHTMLDocument(): metadata assert_equals: expected "about:blank" but got ""
-PASS createHTMLDocument(): characterSet aliases
-PASS createHTMLDocument(): URL parsing
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698