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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Parsing of id attribute 2 PASS Parsing of id attribute
3 PASS contentType 3 PASS contentType
4 PASS characterSet 4 PASS characterSet
5 PASS inputEncoding 5 PASS inputEncoding
6 PASS charset 6 PASS charset
7 FAIL URL value assert_equals: The document must have a URL value equal to the UR L of the active document. expected (string) "file:///.../domparsing/DOMParser-pa rseFromString-html.html" but got (object) null 7 FAIL URL value assert_equals: The document must have a URL value equal to the UR L of the active document. expected (string) "http://web-platform.test:8001/dompa rsing/DOMParser-parseFromString-html.html" but got (object) null
8 FAIL baseURI value assert_equals: expected (string) "file:///.../domparsing/DOMP arser-parseFromString-html.html" but got (object) null 8 FAIL baseURI value assert_equals: expected (string) "http://web-platform.test:80 01/domparsing/DOMParser-parseFromString-html.html" but got (object) null
9 PASS Location value 9 PASS Location value
10 PASS DOMParser parses HTML tag soup with no problems 10 PASS DOMParser parses HTML tag soup with no problems
11 PASS DOMParser throws on an invalid enum value 11 PASS DOMParser throws on an invalid enum value
12 Harness: the test ran to completion. 12 Harness: the test ran to completion.
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698