mirror of
https://github.com/servo/servo.git
synced 2025-10-10 13:30:20 +01:00
34 lines
1.1 KiB
INI
34 lines
1.1 KiB
INI
[Blob-constructor.html]
|
|
type: testharness
|
|
[Passing non-objects, Dates and RegExps for blobParts should throw a TypeError.]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/rust-mozjs/issues/269
|
|
|
|
[ArrayBuffer elements of the blobParts array should be supported.]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|
|
[Passing typed arrays as elements of the blobParts array should work.]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|
|
[Passing a Float64Array as element of the blobParts array should work.]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|
|
[Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>).]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/7457
|
|
|
|
[Array with two buffers]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|
|
[Array with two bufferviews]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|
|
[Array with mixed types]
|
|
expected: FAIL
|
|
bug: https://github.com/servo/servo/issues/10911
|
|
|