| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS The document base URL of a document containing one or more base elements wi
th href attributes is the frozen base URL of the first base element in the docum
ent that has an href attribute, in tree order. |
| 3 PASS The fallback base URL of a document containing no base element is the docum
ent's address. |
| 4 FAIL The fallback base URL of a document whose address is about:blank is the doc
ument base URL of the creator document. assert_equals: The document base URL sho
uld be the creator document's base URL. expected "http://web-platform.test:8001/
html/infrastructure/urls/terminology-0/document-base-url.html" but got "about:bl
ank" |
| 5 FAIL about:blank with a base element. assert_equals: img src should resolve corr
ectly expected "http://web-platform.test:8001/html/infrastructure/urls/terminolo
gy-0/sub/foo" but got "http://web-platform.test:8001/html/infrastructure/urls/te
rminology-0/foo" |
| 6 PASS The fallback base URL of an iframe srcdoc document is the document base URL
of the document's browsing context's browsing context container's document. |
| 7 FAIL The base URL of an iframe srcdoc document with a <base> tag should be set b
y that tag. assert_equals: img src should resolve correctly expected "http://web
-platform.test:8001/html/infrastructure/urls/terminology-0/sub/foo" but got "htt
p://web-platform.test:8001/html/infrastructure/urls/terminology-0/foo" |
| 8 Harness: the test ran to completion. |
| 9 |
| OLD | NEW |