Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passselect options.length too large
Asserts run
Pass
assert_equals(3, 3, "Length of <select> should remain unchanged")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:23:9)
Passselect options.length too large 1
Asserts run
Pass
assert_equals(3, 3, "Length of <select> should remain unchanged")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:28:9)
Passselect options.length too large 2
Asserts run
Pass
assert_equals(3, 3, "Length of <select> should remain unchanged")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:33:9)
Passselect options.length too large 3
Asserts run
Pass
assert_equals(100000, 100000, "Length of <select> should be 100,000")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:38:9)
Passselect options.length too large 4
Asserts run
Pass
assert_equals(100002, 100002, "Manual expansion still works")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:44:9)
Pass
assert_equals(100001, 100001, "Truncation works if over the limit")
    at Test.<anonymous> ( /html/select/options-length-too-large.html:46:9)