Pass | Setting non-array index while named property exists (loose) | Asserts runPass | assert_equals(Element node <a id="named"></a>, Element node <a id="named"></a>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:22:3) | Pass | assert_equals(Element node <a id="named"></a>, Element node <a id="named"></a>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:24:3) |
|
Pass | Setting non-array index while named property exists (strict) | Asserts runPass | assert_equals(Element node <b id="named"></b>, Element node <b id="named"></b>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:32:3) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { c[name] = "foo"; }")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:33:3) | Pass | assert_equals(Element node <b id="named"></b>, Element node <b id="named"></b>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:36:3) |
|
Pass | Setting non-array index while named property doesn't exist (loose) | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:42:3) | Pass | assert_equals("foo", "foo")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:44:3) | Pass | assert_equals("foo", "foo")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:47:3) | Pass | assert_equals(Element node <i id="named"></i>, Element node <i id="named"></i>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:48:3) |
|
Pass | Setting non-array index while named property doesn't exist (strict) | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:55:3) | Pass | assert_equals("foo", "foo")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:57:3) | Pass | assert_equals("foo", "foo")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:60:3) | Pass | assert_equals(Element node <p id="named"></p>, Element node <p id="named"></p>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:61:3) |
|
Pass | Setting array index while indexed property exists (loose) | Asserts runPass | assert_equals(Element node <q></q>, Element node <q></q>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:68:3) | Pass | assert_equals(Element node <q></q>, Element node <q></q>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:70:3) |
|
Pass | Setting array index while indexed property exists (strict) | Asserts runPass | assert_equals(Element node <s></s>, Element node <s></s>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:78:3) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { c[0] = "foo"; }")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:79:3) | Pass | assert_equals(Element node <s></s>, Element node <s></s>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:82:3) |
|
Pass | Setting array index while indexed property doesn't exist (loose) | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:88:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:90:3) | Pass | assert_equals(Element node <u></u>, Element node <u></u>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:93:3) |
|
Pass | Setting array index while indexed property doesn't exist (strict) | Asserts runPass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:100:3) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { c[0] = "foo"; }")
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:101:3) | Pass | assert_equals(undefined, undefined)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:104:3) | Pass | assert_equals(Element node <u></u>, Element node <u></u>)
at Test.<anonymous> ( /dom/collections/HTMLCollection-own-props.html:107:3) |
|