| OLD | NEW |
| 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 |
| OLD | NEW |