HTMLAnchorElement Interface Tests For The href attribute
Test Result | Test Description |
Test get/set on a relative href attribute | |
Test get/set on a absolute href attribute | |
Test href attribute is an empty string | |
Test for non-existent href attribute | |
Test that a href attribute contains search string | |
Test that a href attribute contains the username/password and the search string | |
Test that a href attribute has not been lowercased |
http://dev.w3.org/html5/spec/text-level-semantics.html#the-a-element interface HTMLAnchorElement : HTMLElement { stringifier attribute DOMString href; attribute DOMString target; attribute DOMString rel; readonly attribute DOMTokenList relList; attribute DOMString media; attribute DOMString hreflang; attribute DOMString type; attribute DOMString text; // URL decomposition IDL attributes attribute DOMString protocol; attribute DOMString host; attribute DOMString hostname; attribute DOMString port; attribute DOMString pathname; attribute DOMString search; attribute DOMString hash; };