Provide the fetched data to fetch() consumers.

This commit is contained in:
Ms2ger 2016-10-05 15:25:21 +02:00
parent 6bd898626f
commit cb7e6715fb
9 changed files with 102 additions and 59 deletions

View file

@ -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