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

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

Issue 1666363003: Import web-platform-tests@27e3d93f88a71a249d1df872a5d613b3243b9588 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed win failiure in TestExpectations Created 4 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 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype) 2 PASS DOMImplementation.createDocument(namespace, qualifiedName, doctype)
3 PASS createDocument test 0: null,undefined,null,null 3 PASS createDocument test 0: null,undefined,null,null
4 FAIL createDocument test 0: metadata for null,undefined,null assert_equals: expe cted "about:blank" but got "" 4 FAIL createDocument test 0: metadata for null,undefined,null assert_equals: expe cted "about:blank" but got ""
5 PASS createDocument test 0: characterSet aliases for null,undefined,null 5 PASS createDocument test 0: characterSet aliases for null,undefined,null
6 PASS createDocument test 1: null,"foo",null,null 6 PASS createDocument test 1: null,"foo",null,null
7 FAIL createDocument test 1: metadata for null,"foo",null assert_equals: expected "about:blank" but got "" 7 FAIL createDocument test 1: metadata for null,"foo",null assert_equals: expected "about:blank" but got ""
8 PASS createDocument test 1: characterSet aliases for null,"foo",null 8 PASS createDocument test 1: characterSet aliases for null,"foo",null
9 PASS createDocument test 2: null,"1foo",null,"INVALID_CHARACTER_ERR" 9 PASS createDocument test 2: null,"1foo",null,"INVALID_CHARACTER_ERR"
10 PASS createDocument test 3: null,"f1oo",null,null 10 PASS createDocument test 3: null,"f1oo",null,null
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 PASS createDocument test 175: characterSet aliases for null,null,DocumentType no de 330 PASS createDocument test 175: characterSet aliases for null,null,DocumentType no de
331 PASS createDocument test 176: null,"foo",DocumentType node,null 331 PASS createDocument test 176: null,"foo",DocumentType node,null
332 FAIL createDocument test 176: metadata for null,"foo",DocumentType node assert_e quals: expected "about:blank" but got "" 332 FAIL createDocument test 176: metadata for null,"foo",DocumentType node assert_e quals: expected "about:blank" but got ""
333 PASS createDocument test 176: characterSet aliases for null,"foo",DocumentType n ode 333 PASS createDocument test 176: characterSet aliases for null,"foo",DocumentType n ode
334 PASS createDocument test 177: "foo",null,DocumentType node,null 334 PASS createDocument test 177: "foo",null,DocumentType node,null
335 FAIL createDocument test 177: metadata for "foo",null,DocumentType node assert_e quals: expected "about:blank" but got "" 335 FAIL createDocument test 177: metadata for "foo",null,DocumentType node assert_e quals: expected "about:blank" but got ""
336 PASS createDocument test 177: characterSet aliases for "foo",null,DocumentType n ode 336 PASS createDocument test 177: characterSet aliases for "foo",null,DocumentType n ode
337 PASS createDocument test 178: "foo","bar",DocumentType node,null 337 PASS createDocument test 178: "foo","bar",DocumentType node,null
338 FAIL createDocument test 178: metadata for "foo","bar",DocumentType node assert_ equals: expected "about:blank" but got "" 338 FAIL createDocument test 178: metadata for "foo","bar",DocumentType node assert_ equals: expected "about:blank" but got ""
339 PASS createDocument test 178: characterSet aliases for "foo","bar",DocumentType node 339 PASS createDocument test 178: characterSet aliases for "foo","bar",DocumentType node
340 PASS createDocument with missing arguments
340 Harness: the test ran to completion. 341 Harness: the test ran to completion.
341 342
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698