Note bugs.

This commit is contained in:
Ms2ger 2016-04-18 17:50:43 +02:00
parent 82e2d017ef
commit 5944add496
2 changed files with 7 additions and 0 deletions

View file

@ -2,10 +2,13 @@
type: testharness
[Null bytes]
expected: FAIL
bug: https://github.com/servo/servo/issues/10685
[Various tests]
expected: FAIL
bug: https://github.com/servo/servo/issues/10685
[Surrogates]
expected: FAIL
bug: https://github.com/servo/servo/issues/6564

View file

@ -3,13 +3,17 @@
expected: TIMEOUT
[localStorage[\] = "<22>"]
expected: FAIL
bug: https://github.com/servo/servo/issues/6564
[localStorage[\] = "<22>a"]
expected: FAIL
bug: https://github.com/servo/servo/issues/6564
[localStorage[\] = "a<>"]
expected: FAIL
bug: https://github.com/servo/servo/issues/6564
[localStorage["0"\]]
expected: TIMEOUT
bug: https://github.com/servo/servo/issues/10686