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

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

Issue 2732863002: Propagate active document URL to result of DOMParser.parseFromString() (Closed)
Patch Set: Fixed 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: URL expected "http:/ /web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got " " 2 FAIL Should parse correctly in type text/xml assert_equals: contentType expected "text/xml" but got "application/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: URL expected "http://web-platform.test:8001/domparsing/DOMPar ser-parseFromString-xml.html" but got "" 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"
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 "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" bu t got "" 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: URL expected "http://web-platform.test:8001/domparsing /DOMParser-parseFromString-xml.html" but got "" 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 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 "" 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: URL expected "http://web-platform.test:8001/domp arsing/DOMParser-parseFromString-xml.html" but got "" 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 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 "" 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: URL expected "http://web-platform.test:8001/domparsing/D OMParser-parseFromString-xml.html" but got "" 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