Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
Passform.elements should be accessed correctly by index
Asserts run
Pass
assert_equals(Element node <input type="radio" name="radio1" id="r1" value="1"></input>, Element node <input type="radio" name="radio1" id="r1" value="1"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:17:3)
Pass
assert_equals(Element node <input type="radio" name="radio2" id="r2" value="2"></input>, Element node <input type="radio" name="radio2" id="r2" value="2"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:18:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:19:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:20:3)
PassTrying to delete an indexed property name should never work
Asserts run
Pass
assert_equals(Element node <input type="radio" name="radio1" id="r1" value="1"></input>, Element node <input type="radio" name="radio1" id="r1" value="1"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:27:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:28:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:29:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:30:3)
Pass
assert_equals(Element node <input type="radio" name="radio1" id="r1" value="1"></input>, Element node <input type="radio" name="radio1" id="r1" value="1"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:34:3)
Pass
assert_equals(Element node <input type="radio" name="radio1" id="r1" value="1"></input>, Element node <input type="radio" name="radio1" id="r1" value="1"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:37:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     "use strict";     delete form[0];   }")
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:39:3)
Pass
assert_equals(Element node <input type="radio" name="radio1" id="r1" value="1"></input>, Element node <input type="radio" name="radio1" id="r1" value="1"></input>)
    at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element.html:43:3)