Annotate some test failures in FileAPI tests.

This commit is contained in:
Ms2ger 2016-06-16 20:13:35 +01:00
parent d620ab71c4
commit bac22f1b57
6 changed files with 45 additions and 66 deletions

View file

@ -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