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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 12 tests. 11 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS createHTMLDocument test 0: "","","" 3 PASS createHTMLDocument test 0: "","",""
3 PASS createHTMLDocument test 1: null,"null","null" 4 PASS createHTMLDocument test 1: null,"null","null"
4 PASS createHTMLDocument test 2: undefined,undefined,"" 5 PASS createHTMLDocument test 2: undefined,undefined,""
5 PASS createHTMLDocument test 3: "foo bar baz","foo bar baz","foo bar baz" 6 PASS createHTMLDocument test 3: "foo bar baz","foo bar baz","foo bar baz"
6 PASS createHTMLDocument test 4: "foo\t\tbar baz","foo\t\tbar baz","foo bar baz" 7 PASS createHTMLDocument test 4: "foo\t\tbar baz","foo\t\tbar baz","foo bar baz"
7 PASS createHTMLDocument test 5: "foo\n\nbar baz","foo\n\nbar baz","foo bar baz" 8 PASS createHTMLDocument test 5: "foo\n\nbar baz","foo\n\nbar baz","foo bar baz"
8 PASS createHTMLDocument test 6: "foo\f\fbar baz","foo\f\fbar baz","foo bar baz" 9 PASS createHTMLDocument test 6: "foo\f\fbar baz","foo\f\fbar baz","foo bar baz"
9 PASS createHTMLDocument test 7: "foo\r\rbar baz","foo\r\rbar baz","foo bar baz" 10 PASS createHTMLDocument test 7: "foo\r\rbar baz","foo\r\rbar baz","foo bar baz"
10 PASS Missing title argument 11 PASS Missing title argument
11 FAIL createHTMLDocument(): metadata assert_equals: expected "about:blank" but go t "" 12 FAIL createHTMLDocument(): metadata assert_equals: expected "about:blank" but go t ""
12 PASS createHTMLDocument(): characterSet aliases 13 PASS createHTMLDocument(): characterSet aliases
13 PASS createHTMLDocument(): URL parsing 14 PASS createHTMLDocument(): URL parsing
14 Harness: the test ran to completion. 15 Harness: the test ran to completion.
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698