blob: e571a18b1330e82d34d93f3cb886433ca245c293 [file] [log] [blame]
Tests how setting href attributes affects setting a new base for the URL.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS a.href is "http://old_base/foo?query"
PASS document.querySelector('a').href is "http://new_base/foo?query"
PASS successfullyParsed is true
TEST COMPLETE