Pass | Changing an attribute must update the named properties (id) | Asserts runPass | assert_equals(Element node <img id="changing-one"></img>, Element node <img id="changing-one"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:17:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:20:3) | Pass | assert_equals(Element node <img id="changing-two"></img>, Element node <img id="changing-two"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:21:3) |
|
Pass | Changing an attribute must update the named properties (name) | Asserts runPass | assert_equals(Element node <img name="changing-name-one"></img>, Element node <img name="changing-name-one"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:28:3) | Pass | assert_false(false)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:31:3) | Pass | assert_equals(Element node <img name="changing-name-two"></img>, Element node <img name="changing-name-two"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:32:3) |
|
Pass | Changing an attribute must not remove the named properties if a different attribute still matches (id) | Asserts runPass | assert_equals(Element node <img name="still-match" id="still-match"></img>, Element node <img name="still-match" id="still-match"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:41:3) | Pass | assert_equals(Element node <img name="still-match" id="other"></img>, Element node <img name="still-match" id="other"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:44:3) |
|
Pass | Changing an attribute must not remove the named properties if a different attribute still matches (name) | Asserts runPass | assert_equals(Element node <img name="still-match-name" id="still-match-name"></img>, Element node <img name="still-match-name" id="still-match-name"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:52:3) | Pass | assert_equals(Element node <img name="other" id="still-match-name"></img>, Element node <img name="other" id="still-match-name"></img>)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:55:3) |
|
Pass | Changing an attribute that is not id or name must not cause errors | Asserts runPass | assert_equals(Element node <img alt="Cat pictures on the internet" id="no-errors"></..., Element node <img alt="Cat pictures on the internet" id="no-errors"></...)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:63:3) | Pass | assert_equals(Element node <img alt="Dog pictures on the internet" id="no-errors"></..., Element node <img alt="Dog pictures on the internet" id="no-errors"></...)
at Test.<anonymous> ( /html/browsers/the-window-object/named-access-on-the-window-object/changing.html:66:3) |
|