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

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

Issue 2744153002: Use parseFromString type arg to set mime type. (Closed)
Patch Set: Fixed parseFromString-xml test expectations Created 3 years, 9 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: contentType expected "text/xml" but got "application/xml" 2 PASS Should parse correctly in type text/xml
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: contentType expected "text/xml" but got "application/xml" 4 FAIL Should return an error document for XML wellformedness errors in type text/ xml assert_equals: expected (string) "http://www.mozilla.org/newlayout/xml/parse rerror.xml" but got (object) null
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 PASS Should parse correctly in type application/xml 6 PASS Should parse correctly in type application/xml
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: expected (string) "http://www.mozilla.org/newlayout/xm l/parsererror.xml" but got (object) null 8 FAIL Should return an error document for XML wellformedness errors in type appli cation/xml assert_equals: expected (string) "http://www.mozilla.org/newlayout/xm l/parsererror.xml" but got (object) null
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 PASS Should parse correctly in type application/xhtml+xml 10 PASS Should parse correctly in type application/xhtml+xml
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: expected (string) "http://www.mozilla.org/newlay out/xml/parsererror.xml" but got (object) null 12 FAIL Should return an error document for XML wellformedness errors in type appli cation/xhtml+xml assert_equals: expected (string) "http://www.mozilla.org/newlay out/xml/parsererror.xml" but got (object) null
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 PASS Should parse correctly in type image/svg+xml 14 PASS Should parse correctly in type image/svg+xml
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: expected (string) "http://www.mozilla.org/newlayout/xml/ parsererror.xml" but got (object) null 16 FAIL Should return an error document for XML wellformedness errors in type image /svg+xml assert_equals: expected (string) "http://www.mozilla.org/newlayout/xml/ parsererror.xml" but got (object) null
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