a1 a2 a3 a4 a5 a6 a7 a8 a9 a10

Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
PassGetter for attribute of anchor element(0):search
Asserts run
Pass
assert_equals("?hi", "?hi")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(1):hash
Asserts run
Pass
assert_equals("#somehash", "#somehash")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(2):host
Asserts run
Pass
assert_equals("google.com:1234", "google.com:1234")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(3):hostname
Asserts run
Pass
assert_equals("google.com", "google.com")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(4):href
Asserts run
Pass
assert_equals("http://google.com:1234/somedir", "http://google.com:1234/somedir")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(5):password
Asserts run
Pass
assert_equals("flabada", "flabada")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(6):pathname
Asserts run
Pass
assert_equals("/somedir/someotherdir/index.html", "/somedir/someotherdir/index.html")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(7):port
Asserts run
Pass
assert_equals("1234", "1234")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(8):protocol
Asserts run
Pass
assert_equals("http:", "http:")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)
PassGetter for attribute of anchor element(9):username
Asserts run
Pass
assert_equals("anonymous", "anonymous")
    at test_getter ( /html/semantics/links/links-created-by-a-and-area-elements/htmlanchorelement_getter.html:22:3)