Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassHTMLFormControlsCollection legacycaller should not be supported
Asserts run
Pass
assert_equals("object", "object", "typeof")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:13:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     collection('foo');   }")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:14:3)
PassHTMLOptionsCollection legacycaller should not be supported
Asserts run
Pass
assert_equals("object", "object", "typeof")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:21:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     collection('bar');   }")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:22:3)
PassHTMLAllCollection legacycaller with two arguments should not be supported
Asserts run
Pass
assert_equals(2, 2, "length")
    at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:31:3)