Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassLoose id
Asserts run
Pass
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)
PassStrict id
Asserts run
Pass
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)
PassLoose name
Asserts run
Pass
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)
PassStrict name
Asserts run
Pass
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)