Pass | HTMLFormControlsCollection legacycaller should not be supported | Asserts runPass | 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) |
|
Pass | HTMLOptionsCollection legacycaller should not be supported | Asserts runPass | 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) |
|
Pass | HTMLAllCollection legacycaller with two arguments should not be supported | Asserts runPass | assert_equals(2, 2, "length")
at Test.<anonymous> ( /html/infrastructure/common-dom-interfaces/collections/historical.html:31:3) |
|