mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests.
This commit is contained in:
parent
3736396c63
commit
727f5c5797
20 changed files with 1388 additions and 857 deletions
|
@ -0,0 +1,20 @@
|
|||
[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
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[common-HTMLOptionsCollection.html]
|
||||
type: testharness
|
||||
[On getting, the length attribute must return the number of nodes represented by the collection.]
|
||||
expected: FAIL
|
||||
|
||||
[Changing the length adds new nodes; The number of new nodes = new length minus old length]
|
||||
expected: FAIL
|
||||
|
||||
[New nodes have no value]
|
||||
expected: FAIL
|
||||
|
||||
[Setting a length equal to existing length changes nothing]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue