blob: 4889e15b30d9aaa75c96003c17c77a0f6a9d524b [file] [log] [blame]
Test getting the port attribute of the URL in HTMLAnchorElement.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Default port is empty
PASS a.port is ''
Unspecified port should return empty string
PASS a.port is ''
Empty port should be empty
PASS a.port is ''
PASS successfullyParsed is true
TEST COMPLETE