Pass | Loose id | Asserts runPass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "before")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:17:3) | Pass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "after")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:19:3) |
|
Pass | Strict id | Asserts runPass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "before")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:23:3) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { "use strict"; delete c[0]; }")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:24:3) | Pass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "after")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:28:3) |
|
Pass | Loose name | Asserts runPass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "before")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:32:3) | Pass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "after")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:34:3) |
|
Pass | Strict name | Asserts runPass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "before")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:38:3) | Pass | assert_throws_js(function "function TypeError() { [native code] }", function "function() { "use strict"; delete c.foo; }")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:39:3) | Pass | assert_equals(Element node <i id="foo"></i>, Element node <i id="foo"></i>, "after")
at Test.<anonymous> ( /dom/collections/HTMLCollection-delete.html:43:3) |
|