OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS if only one item has a *name* or id value matching the parameter, return th
at object and stop |
| 3 PASS if only one item has a name or *id* value matching the parameter, return th
at object and stop |
| 4 PASS if no item has a name or id value matching the parameter, return null and s
top |
| 5 FAIL return an HTMLOptionsCollection in correct order for repeated 'id' value as
sert_array_equals: lengths differ, expected 2 got 0 |
| 6 FAIL return an HTMLOptionsCollection in correct order for repeated 'name' value
assert_array_equals: lengths differ, expected 2 got 0 |
| 7 FAIL return an HTMLOptionsCollection in correct order for repeated mixed value a
ssert_array_equals: lengths differ, expected 2 got 0 |
| 8 Harness: the test ran to completion. |
| 9 |
OLD | NEW |