Files
servo/tests/wpt/metadata/fetch/api/basic/text-utf8.html.ini
2016-09-22 16:21:21 -04:00

63 lines
1.6 KiB
INI

[text-utf8.html]
type: testharness
[UTF-8 with BOM with Request.text()]
expected: FAIL
[UTF-8 with BOM with Response.text()]
expected: FAIL
[UTF-8 with BOM with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-8 with BOM with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-8 without BOM with Request.text()]
expected: FAIL
[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