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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-html-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-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-html-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-html-expected.txt
index e4503444b9f5f831f0968cc97d44f1e3d833b595..842da8c664bfc01a0182a18c47c263ac2e33f744 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-html-expected.txt
@@ -4,8 +4,8 @@ PASS contentType
PASS characterSet
PASS inputEncoding
PASS charset
-FAIL URL value assert_equals: The document must have a URL value equal to the URL of the active document. expected (string) "file:///.../domparsing/DOMParser-parseFromString-html.html" but got (object) null
-FAIL baseURI value assert_equals: expected (string) "file:///.../domparsing/DOMParser-parseFromString-html.html" but got (object) null
+FAIL URL value assert_equals: The document must have a URL value equal to the URL of the active document. expected (string) "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-html.html" but got (object) null
+FAIL baseURI value assert_equals: expected (string) "http://web-platform.test:8001/domparsing/DOMParser-parseFromString-html.html" but got (object) null
PASS Location value
PASS DOMParser parses HTML tag soup with no problems
PASS DOMParser throws on an invalid enum value

Powered by Google App Engine
This is Rietveld 408576698