mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Annotate some test failures in FileAPI tests.
This commit is contained in:
parent
d620ab71c4
commit
bac22f1b57
6 changed files with 45 additions and 66 deletions
|
@ -2,13 +2,17 @@
|
|||
type: testharness
|
||||
[On getting, the length attribute must return the number of nodes represented by the collection.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/11763
|
||||
|
||||
[Changing the length adds new nodes; The number of new nodes = new length minus old length]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/11763
|
||||
|
||||
[New nodes have no value]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/11763
|
||||
|
||||
[Setting a length equal to existing length changes nothing]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/11763
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue