blob: 90962ca5ff209fbde42a4c5fee7a3d1adc492cdd [file] [log] [blame]
Test setting the username / password attributes of the URL in HTMLAnchorElement.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS a.href is 'https://user@www.mydomain.com:8080/path/testurl.html#middle'
PASS a.href is 'https://user:password@www.mydomain.com:8080/path/testurl.html#middle'
PASS a.href is 'https://null:password@www.mydomain.com:8080/path/testurl.html#middle'
PASS a.href is 'https://null:null@www.mydomain.com:8080/path/testurl.html#middle'
PASS successfullyParsed is true
TEST COMPLETE