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

Side by Side 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, 7 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
11 FAIL createDocument test 3: metadata for null,"f1oo",null assert_equals: expecte d "about:blank" but got "" 11 FAIL createDocument test 3: metadata for null,"f1oo",null assert_equals: expecte d "about:blank" but got ""
12 PASS createDocument test 3: characterSet aliases for null,"f1oo",null 12 PASS createDocument test 3: characterSet aliases for null,"f1oo",null
13 PASS createDocument test 4: null,"foo1",null,null 13 PASS createDocument test 4: null,"foo1",null,null
14 FAIL createDocument test 4: metadata for null,"foo1",null assert_equals: expecte d "about:blank" but got "" 14 FAIL createDocument test 4: metadata for null,"foo1",null assert_equals: expecte d "about:blank" but got ""
15 PASS createDocument test 4: characterSet aliases for null,"foo1",null 15 PASS createDocument test 4: characterSet aliases for null,"foo1",null
16 PASS createDocument test 5: null,"1foo",null,"INVALID_CHARACTER_ERR" 16 PASS createDocument test 5: null,"1foo",null,"INVALID_CHARACTER_ERR"
17 PASS createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR" 17 PASS createDocument test 6: null,"̀foo",null,"INVALID_CHARACTER_ERR"
18 PASS createDocument test 7: null,"}foo",null,"INVALID_CHARACTER_ERR" 18 PASS createDocument test 7: null,"}foo",null,"INVALID_CHARACTER_ERR"
19 PASS createDocument test 8: null,"f}oo",null,"INVALID_CHARACTER_ERR" 19 PASS createDocument test 8: null,"f}oo",null,"INVALID_CHARACTER_ERR"
20 PASS createDocument test 9: null,"foo}",null,"INVALID_CHARACTER_ERR" 20 PASS createDocument test 9: null,"foo}",null,"INVALID_CHARACTER_ERR"
21 PASS createDocument test 10: null,"￿foo",null,"INVALID_CHARACTER_ERR" 21 PASS createDocument test 10: null,"\ufffffoo",null,"INVALID_CHARACTER_ERR"
22 PASS createDocument test 11: null,"f￿oo",null,"INVALID_CHARACTER_ERR" 22 PASS createDocument test 11: null,"f\uffffoo",null,"INVALID_CHARACTER_ERR"
23 PASS createDocument test 12: null,"foo￿",null,"INVALID_CHARACTER_ERR" 23 PASS createDocument test 12: null,"foo\uffff",null,"INVALID_CHARACTER_ERR"
24 PASS createDocument test 13: null,"<foo",null,"INVALID_CHARACTER_ERR" 24 PASS createDocument test 13: null,"<foo",null,"INVALID_CHARACTER_ERR"
25 PASS createDocument test 14: null,"foo>",null,"INVALID_CHARACTER_ERR" 25 PASS createDocument test 14: null,"foo>",null,"INVALID_CHARACTER_ERR"
26 PASS createDocument test 15: null,"<foo>",null,"INVALID_CHARACTER_ERR" 26 PASS createDocument test 15: null,"<foo>",null,"INVALID_CHARACTER_ERR"
27 PASS createDocument test 16: null,"f<oo",null,"INVALID_CHARACTER_ERR" 27 PASS createDocument test 16: null,"f<oo",null,"INVALID_CHARACTER_ERR"
28 PASS createDocument test 17: null,"^^",null,"INVALID_CHARACTER_ERR" 28 PASS createDocument test 17: null,"^^",null,"INVALID_CHARACTER_ERR"
29 PASS createDocument test 18: null,":foo",null,"NAMESPACE_ERR" 29 PASS createDocument test 18: null,":foo",null,"NAMESPACE_ERR"
30 PASS createDocument test 19: null,"f:oo",null,"NAMESPACE_ERR" 30 PASS createDocument test 19: null,"f:oo",null,"NAMESPACE_ERR"
31 PASS createDocument test 20: null,"foo:",null,"NAMESPACE_ERR" 31 PASS createDocument test 20: null,"foo:",null,"NAMESPACE_ERR"
32 PASS createDocument test 21: null,":",null,"NAMESPACE_ERR" 32 PASS createDocument test 21: null,":",null,"NAMESPACE_ERR"
33 PASS createDocument test 22: null,"xml",null,null 33 PASS createDocument test 22: null,"xml",null,null
(...skipping 296 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 test 179: "http://www.w3.org/1999/xhtml","",null,null
341 FAIL createDocument test 179: metadata for "http://www.w3.org/1999/xhtml","",nul l assert_equals: expected "text/html" but got "application/xhtml+xml"
342 PASS createDocument test 179: characterSet aliases for "http://www.w3.org/1999/x html","",null
343 PASS createDocument test 180: "http://www.w3.org/2000/svg","",null,null
344 FAIL createDocument test 180: metadata for "http://www.w3.org/2000/svg","",null assert_equals: expected "about:blank" but got ""
345 PASS createDocument test 180: characterSet aliases for "http://www.w3.org/2000/s vg","",null
346 PASS createDocument test 181: "http://www.w3.org/1998/Math/MathML","",null,null
347 FAIL createDocument test 181: metadata for "http://www.w3.org/1998/Math/MathML", "",null assert_equals: expected "about:blank" but got ""
348 PASS createDocument test 181: characterSet aliases for "http://www.w3.org/1998/M ath/MathML","",null
349 PASS createDocument test 182: null,"html",null,null
350 FAIL createDocument test 182: metadata for null,"html",null assert_equals: expec ted "about:blank" but got ""
351 PASS createDocument test 182: characterSet aliases for null,"html",null
352 PASS createDocument test 183: null,"svg",null,null
353 FAIL createDocument test 183: metadata for null,"svg",null assert_equals: expect ed "about:blank" but got ""
354 PASS createDocument test 183: characterSet aliases for null,"svg",null
355 PASS createDocument test 184: null,"math",null,null
356 FAIL createDocument test 184: metadata for null,"math",null assert_equals: expec ted "about:blank" but got ""
357 PASS createDocument test 184: characterSet aliases for null,"math",null
358 PASS createDocument test 185: null,"",DocumentType node
359 PASS createDocument test 186: null,"",DocumentType node
360 PASS createDocument test 187: null,"",DocumentType node
340 PASS createDocument with missing arguments 361 PASS createDocument with missing arguments
341 Harness: the test ran to completion. 362 Harness: the test ran to completion.
342 363
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698