mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
30 lines
1.1 KiB
INI
30 lines
1.1 KiB
INI
[common-HTMLOptionsCollection-namedItem.html]
|
|
type: testharness
|
|
[if only one item has a *name* or id value matching the parameter, return that object and stop]
|
|
expected: FAIL
|
|
|
|
[if only one item has a name or *id* value matching the parameter, return that object and stop]
|
|
expected: FAIL
|
|
|
|
[if no item has a name or id value matching the parameter, return null and stop]
|
|
expected: FAIL
|
|
|
|
[return an HTMLOptionsCollection in correct order for repeated 'id' value]
|
|
expected: FAIL
|
|
|
|
[return an HTMLOptionsCollection in correct order for repeated 'name' value]
|
|
expected: FAIL
|
|
|
|
[return an HTMLOptionsCollection in correct order for repeated mixed value]
|
|
expected: FAIL
|
|
|
|
[if multiple items have a name or *id* value matching the parameter, return the first object and stop]
|
|
expected: FAIL
|
|
|
|
[if multiple items have a *name* or id value matching the parameter, return the first object and stop]
|
|
expected: FAIL
|
|
|
|
[if multiple items have a *name* or *id* value matching the parameter, return the first object and stop]
|
|
expected: FAIL
|
|
|