mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Annotate some failures with bug numbers.
This commit is contained in:
parent
4700df4311
commit
9ba04e0687
2 changed files with 7 additions and 0 deletions
|
@ -2,19 +2,25 @@
|
|||
type: testharness
|
||||
[Blob Determing Encoding with encoding argument]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Blob Determing Encoding with type attribute]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Blob Determing Encoding with UTF-8 BOM]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Blob Determing Encoding without anything implying charset.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Blob Determing Encoding with UTF-16BE BOM]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Blob Determing Encoding with UTF-16LE BOM]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
type: testharness
|
||||
[Check if the Blob URI starts with 'blob' using createFor()]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/15112
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue