mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Provide the fetched data to fetch() consumers.
This commit is contained in:
parent
6bd898626f
commit
cb7e6715fb
9 changed files with 102 additions and 59 deletions
|
@ -18,45 +18,21 @@
|
|||
[UTF-8 without BOM with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-8 without BOM with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with Request.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
|
||||
expected: FAIL
|
||||
|
||||
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue