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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt

Issue 2648473002: Rebaseline of tests which changed their behavior during disabling WPTServe (Closed)
Patch Set: Created 3 years, 11 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 FAIL Should parse correctly in type text/xml assert_equals: URL expected "file:/ //.../domparsing/DOMParser-parseFromString-xml.html" but got "" 2 FAIL Should parse correctly in type text/xml assert_equals: URL expected "http:/ /web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got " "
3 FAIL XMLDocument interface for correctly parsed document with type text/xml asse rt_false: Should not be XMLDocument expected false got true 3 FAIL XMLDocument interface for correctly parsed document with type text/xml asse rt_false: Should not be XMLDocument expected false got true
4 FAIL Should return an error document for XML wellformedness errors in type text/ xml assert_equals: URL expected "file:///.../domparsing/DOMParser-parseFromStrin g-xml.html" but got "" 4 FAIL Should return an error document for XML wellformedness errors in type text/ xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMPar ser-parseFromString-xml.html" but got ""
5 FAIL XMLDocument interface for incorrectly parsed document with type text/xml as sert_false: Should not be XMLDocument expected false got true 5 FAIL XMLDocument interface for incorrectly parsed document with type text/xml as sert_false: Should not be XMLDocument expected false got true
6 FAIL Should parse correctly in type application/xml assert_equals: URL expected "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got "" 6 FAIL Should parse correctly in type application/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" bu t got ""
7 FAIL XMLDocument interface for correctly parsed document with type application/x ml assert_false: Should not be XMLDocument expected false got true 7 FAIL XMLDocument interface for correctly parsed document with type application/x ml assert_false: Should not be XMLDocument expected false got true
8 FAIL Should return an error document for XML wellformedness errors in type appli cation/xml assert_equals: URL expected "file:///.../domparsing/DOMParser-parseFr omString-xml.html" but got "" 8 FAIL Should return an error document for XML wellformedness errors in type appli cation/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing /DOMParser-parseFromString-xml.html" but got ""
9 FAIL XMLDocument interface for incorrectly parsed document with type application /xml assert_false: Should not be XMLDocument expected false got true 9 FAIL XMLDocument interface for incorrectly parsed document with type application /xml assert_false: Should not be XMLDocument expected false got true
10 FAIL Should parse correctly in type application/xhtml+xml assert_equals: URL exp ected "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got "" 10 FAIL Should parse correctly in type application/xhtml+xml assert_equals: URL exp ected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.ht ml" but got ""
11 FAIL XMLDocument interface for correctly parsed document with type application/x html+xml assert_false: Should not be XMLDocument expected false got true 11 FAIL XMLDocument interface for correctly parsed document with type application/x html+xml assert_false: Should not be XMLDocument expected false got true
12 FAIL Should return an error document for XML wellformedness errors in type appli cation/xhtml+xml assert_equals: URL expected "file:///.../domparsing/DOMParser-p arseFromString-xml.html" but got "" 12 FAIL Should return an error document for XML wellformedness errors in type appli cation/xhtml+xml assert_equals: URL expected "http://web-platform.test:8001/domp arsing/DOMParser-parseFromString-xml.html" but got ""
13 FAIL XMLDocument interface for incorrectly parsed document with type application /xhtml+xml assert_false: Should not be XMLDocument expected false got true 13 FAIL XMLDocument interface for incorrectly parsed document with type application /xhtml+xml assert_false: Should not be XMLDocument expected false got true
14 FAIL Should parse correctly in type image/svg+xml assert_equals: URL expected "f ile:///.../domparsing/DOMParser-parseFromString-xml.html" but got "" 14 FAIL Should parse correctly in type image/svg+xml assert_equals: URL expected "h ttp://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
15 FAIL XMLDocument interface for correctly parsed document with type image/svg+xml assert_false: Should not be XMLDocument expected false got true 15 FAIL XMLDocument interface for correctly parsed document with type image/svg+xml assert_false: Should not be XMLDocument expected false got true
16 FAIL Should return an error document for XML wellformedness errors in type image /svg+xml assert_equals: URL expected "file:///.../domparsing/DOMParser-parseFrom String-xml.html" but got "" 16 FAIL Should return an error document for XML wellformedness errors in type image /svg+xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/D OMParser-parseFromString-xml.html" but got ""
17 FAIL XMLDocument interface for incorrectly parsed document with type image/svg+x ml assert_false: Should not be XMLDocument expected false got true 17 FAIL XMLDocument interface for incorrectly parsed document with type image/svg+x ml assert_false: Should not be XMLDocument expected false got true
18 Harness: the test ran to completion. 18 Harness: the test ran to completion.
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698