mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
47 lines
1.2 KiB
INI
47 lines
1.2 KiB
INI
[encode-bad-chunks.any.html]
|
|
[a chunk that cannot be converted to a string should error the streams]
|
|
expected: FAIL
|
|
|
|
[input of type numeric should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type undefined should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type array should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type object should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type null should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
|
|
[encode-bad-chunks.any.worker.html]
|
|
[a chunk that cannot be converted to a string should error the streams]
|
|
expected: FAIL
|
|
|
|
[input of type numeric should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type undefined should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type array should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type object should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
[input of type null should be converted correctly to string]
|
|
expected: FAIL
|
|
|
|
|
|
[encode-bad-chunks.any.sharedworker.html]
|
|
[encode-bad-chunks]
|
|
expected: FAIL
|
|
|
|
[encode-bad-chunks.any.serviceworker.html]
|
|
[encode-bad-chunks]
|
|
expected: FAIL
|