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

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

Issue 1962003002: Import web-platform-tests@41d6911b288a9624c249a406b9bf51607a2dd04d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip submit-entity-body.html 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
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 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" 341 FAIL createDocument test 179: metadata for "http://www.w3.org/1999/xhtml","",nul l assert_equals: expected "about:blank" but got ""
342 PASS createDocument test 179: characterSet aliases for "http://www.w3.org/1999/x html","",null 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 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 "" 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 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 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 "" 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 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 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 "" 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 351 PASS createDocument test 182: characterSet aliases for null,"html",null
352 PASS createDocument test 183: null,"svg",null,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 "" 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 354 PASS createDocument test 183: characterSet aliases for null,"svg",null
355 PASS createDocument test 184: null,"math",null,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 "" 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 357 PASS createDocument test 184: characterSet aliases for null,"math",null
358 PASS createDocument test 185: null,"",DocumentType node 358 PASS createDocument test 185: null,"",DocumentType node
359 PASS createDocument test 186: null,"",DocumentType node 359 PASS createDocument test 186: null,"",DocumentType node
360 PASS createDocument test 187: null,"",DocumentType node 360 PASS createDocument test 187: null,"",DocumentType node
361 PASS createDocument with missing arguments 361 PASS createDocument with missing arguments
362 Harness: the test ran to completion. 362 Harness: the test ran to completion.
363 363
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698