/FileAPI/reading-data-section/Determining-Encoding.any.html| status | subtest | message |
|---|---|---|
| PASS | Blob Determing Encoding with encoding argument | |
| FAIL | Blob Determing Encoding with type attribute | assert_equals: The FileReader should read the ArrayBuffer through UTF-16BE. expected "hello" but got "\ufffd\ufffd\0h\0e\0l\0l\0o" |
| PASS | Blob Determing Encoding with UTF-8 BOM | |
| PASS | Blob Determing Encoding without anything implying charset. | |
| FAIL | Blob Determing Encoding with UTF-16BE BOM | assert_equals: The FileReader should read the ArrayBuffer through UTF-16BE. expected "hello" but got "\ufffd\ufffd\0h\0e\0l\0l\0o" |
| FAIL | Blob Determing Encoding with UTF-16LE BOM | assert_equals: The FileReader should read the ArrayBuffer through UTF-16LE. expected "hello" but got "\ufffd\ufffdh\0e\0l\0l\0o\0" |
bundle built 2026-07-16T07:16:48.063Z