| 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 33974699b9ed9a0e8a37b08ca446b44005668885..0d3feae287b0d559c6038b1707243f4167298c65 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,7 +1,7 @@
|
| This is a testharness.js-based test.
|
| -FAIL Should parse correctly in type text/xml assert_equals: contentType expected "text/xml" but got "application/xml"
|
| +PASS Should parse correctly in type text/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: contentType expected "text/xml" but got "application/xml"
|
| +FAIL Should return an error document for XML wellformedness errors in type text/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 text/xml assert_false: Should not be XMLDocument expected false got true
|
| 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
|
|
|