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

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

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
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