| Index: third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt
|
| index 8accc0b093abe7999ca5b8ef05e1fc11469730f0..33974699b9ed9a0e8a37b08ca446b44005668885 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt
|
| @@ -1,19 +1,19 @@
|
| This is a testharness.js-based test.
|
| -FAIL Should parse correctly in type text/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +FAIL Should parse correctly in type text/xml assert_equals: contentType expected "text/xml" but got "application/xml"
|
| FAIL XMLDocument interface for correctly parsed document with type text/xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should return an error document for XML wellformedness errors in type text/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +FAIL Should return an error document for XML wellformedness errors in type text/xml assert_equals: contentType expected "text/xml" but got "application/xml"
|
| FAIL XMLDocument interface for incorrectly parsed document with type text/xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should parse correctly in type application/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +PASS Should parse correctly in type application/xml
|
| FAIL XMLDocument interface for correctly parsed document with type application/xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should return an error document for XML wellformedness errors in type application/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +FAIL Should return an error document for XML wellformedness errors in type application/xml assert_equals: expected (string) "http://www.mozilla.org/newlayout/xml/parsererror.xml" but got (object) null
|
| FAIL XMLDocument interface for incorrectly parsed document with type application/xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should parse correctly in type application/xhtml+xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +PASS Should parse correctly in type application/xhtml+xml
|
| FAIL XMLDocument interface for correctly parsed document with type application/xhtml+xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should return an error document for XML wellformedness errors in type application/xhtml+xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +FAIL Should return an error document for XML wellformedness errors in type application/xhtml+xml assert_equals: expected (string) "http://www.mozilla.org/newlayout/xml/parsererror.xml" but got (object) null
|
| FAIL XMLDocument interface for incorrectly parsed document with type application/xhtml+xml assert_false: Should not be XMLDocument expected false got true
|
| -FAIL Should parse correctly in type image/svg+xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
|
| +PASS Should parse correctly in type image/svg+xml
|
| FAIL XMLDocument interface for correctly parsed document with type image/svg+xml assert_false: Should not be XMLDocument expected false got true
|
| -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/DOMParser-parseFromString-xml.html" but got ""
|
| +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
|
| FAIL XMLDocument interface for incorrectly parsed document with type image/svg+xml assert_false: Should not be XMLDocument expected false got true
|
| Harness: the test ran to completion.
|
|
|
|
|