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

Unified 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 side-by-side diff with in-line comments
Download patch
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 72db2c2bd22f25db122dd0365e814a2a6c491500..8accc0b093abe7999ca5b8ef05e1fc11469730f0 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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+FAIL Should parse correctly in type application/xml assert_equals: URL expected "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-xml.html" but got ""
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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 ""
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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 ""
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 "file:///.../domparsing/DOMParser-parseFromString-xml.html" but got ""
+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 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.

Powered by Google App Engine
This is Rietveld 408576698