FileAPI: Complete Failures

Completely failed files: 44; Completely failed subtests: 95; Failure level: 95/737 (12.89%)

Test Files

  1. /FileAPI/url/url-with-fetch.any.html (2/15, 13.33%, 0.27% of total)
  2. /FileAPI/reading-data-section/filereader_readAsText.html (1/2, 50.00%, 0.14% of total)
  3. /FileAPI/reading-data-section/filereader_abort.html (1/2, 50.00%, 0.14% of total)
  4. /FileAPI/fileReader.html (2/4, 50.00%, 0.27% of total)
  5. /FileAPI/file/File-constructor.html (1/51, 1.96%, 0.14% of total)
  6. /FileAPI/url/cross-global-revoke.sub.html (2/3, 66.67%, 0.27% of total)
  7. /FileAPI/file/send-file-form-utf-8.html (6/6, 100.00%, 0.81% of total)
  8. /FileAPI/reading-data-section/filereader_readAsBinaryString.html (1/1, 100.00%, 0.14% of total)
  9. /FileAPI/file/File-constructor-endings.html (10/45, 22.22%, 1.36% of total)
  10. /FileAPI/url/sandboxed-iframe.html (6/38, 15.79%, 0.81% of total)
  11. /FileAPI/file/Worker-read-file-constructor.worker.html (1/1, 100.00%, 0.14% of total)
  12. /FileAPI/file/send-file-form-x-user-defined.tentative.html (6/6, 100.00%, 0.81% of total)
  13. /FileAPI/reading-data-section/filereader_readAsDataURL.html (2/3, 66.67%, 0.27% of total)
  14. /FileAPI/idlharness.worker.html (24/113, 21.24%, 3.26% of total)
  15. /FileAPI/url/url-in-tags-revoke.window.html (5/6, 83.33%, 0.68% of total)
  16. /FileAPI/FileReader/workers.html (1/1, 100.00%, 0.14% of total)
  17. /FileAPI/unicode.html (2/4, 50.00%, 0.27% of total)
  18. /FileAPI/url/url-in-tags.window.html (1/3, 33.33%, 0.14% of total)
  19. /FileAPI/url/url-with-xhr.any.html (2/14, 14.29%, 0.27% of total)
  20. /FileAPI/reading-data-section/FileReader-multiple-reads.html (1/6, 16.67%, 0.14% of total)
  21. /FileAPI/file/send-file-form-windows-1252.tentative.html (6/6, 100.00%, 0.81% of total)
  22. /FileAPI/blob/Blob-slice.html (1/127, 0.79%, 0.14% of total)
  23. /FileAPI/url/url-reload.window.html (1/2, 50.00%, 0.14% of total)
  24. /FileAPI/file/send-file-form-iso-2022-jp.tentative.html (6/6, 100.00%, 0.81% of total)
  25. /FileAPI/historical.https.html (2/13, 15.38%, 0.27% of total)
  26. /FileAPI/reading-data-section/filereader_readAsArrayBuffer.html (1/1, 100.00%, 0.14% of total)
  27. /FileAPI/file/send-file-form.html (1/1, 100.00%, 0.14% of total)
Test Show/Hide MessagesSf12
/FileAPI/url/url-with-fetch.any.html (2/15, 13.33%, 0.27% of total)OK
Revoke blob URL after creating Request, will fetchFAIL
fetch with a fragment should succeedFAIL
/FileAPI/reading-data-section/filereader_readAsText.html (1/2, 50.00%, 0.14% of total)OK
readAsText should correctly read UTF-8.FAIL
/FileAPI/reading-data-section/filereader_abort.html (1/2, 50.00%, 0.14% of total)OK
Aborting after readFAIL
/FileAPI/fileReader.html (2/4, 50.00%, 0.27% of total)OK
FileReader States -- abortFAIL
FileReader States -- eventsFAIL
/FileAPI/file/File-constructor.html (1/51, 1.96%, 0.14% of total)OK
Using special character in fileNameFAIL
/FileAPI/url/cross-global-revoke.sub.html (2/3, 66.67%, 0.27% of total)OK
It is possible to revoke same-origin blob URLs from a different worker global.FAIL
It is possible to revoke same-origin blob URLs from different frames.FAIL
/FileAPI/file/send-file-form-utf-8.html (6/6, 100.00%, 0.81% of total)OK
Upload file-for-upload-in-form-ABC~‾¥≈¤・・•∙·☼★星🌟星★☼·∙•・・¤≈¥‾~XYZ.txt (Unicode) in UTF-8 formFAIL
Upload file-for-upload-in-form-☺😂.txt (windows-1252) in UTF-8 formFAIL
Upload file-for-upload-in-form-★星★.txt (JIS X 0201 and JIS X 0208) in UTF-8 formFAIL
Upload file-for-upload-in-form-☺😂.txt (Unicode) in UTF-8 formFAIL
Upload file-for-upload-in-form-.txt (x-user-defined) in UTF-8 formFAIL
Upload file-for-upload-in-form.txt (ASCII) in UTF-8 formFAIL
/FileAPI/reading-data-section/filereader_readAsBinaryString.html (1/1, 100.00%, 0.14% of total)OK
FileAPI Test: filereader_readAsBinaryStringFAIL
/FileAPI/file/File-constructor-endings.html (10/45, 22.22%, 1.36% of total)OK
CR/LF in adjacent input stringsFAIL
Input CR with endings 'native'FAIL
Input CRCR with endings 'native'FAIL
Input CRCRLF with endings 'native'FAIL
Input CRLF with endings 'native'FAIL
Input CRLFCR with endings 'native'FAIL
Input CRLFCRLF with endings 'native'FAIL
Input CRLFLF with endings 'native'FAIL
Input LFCR with endings 'native'FAIL
Input LFCRLFCR with endings 'native'FAIL
/FileAPI/url/sandboxed-iframe.html (6/38, 15.79%, 0.81% of total)OK
Blob URL fragment is implemented.FAIL
Blob URLs can be used in iframes, and are treated same originFAIL
Revoke blob URL after creating Request, will fetchFAIL
Revoke blob URL after open(), will fetchFAIL
XHR with a fragment should succeedFAIL
fetch with a fragment should succeedFAIL
/FileAPI/file/Worker-read-file-constructor.worker.html (1/1, 100.00%, 0.14% of total)OK
FileReader in WorkerFAIL
/FileAPI/file/send-file-form-x-user-defined.tentative.html (6/6, 100.00%, 0.81% of total)OK
Upload file-for-upload-in-form-ABC~‾¥≈¤・・•∙·☼★星🌟星★☼·∙•・・¤≈¥‾~XYZ.txt (Unicode) in x-user-defined formFAIL
Upload file-for-upload-in-form-☺😂.txt (windows-1252) in x-user-defined formFAIL
Upload file-for-upload-in-form-★星★.txt (JIS X 0201 and JIS X 0208) in x-user-defined formFAIL
Upload file-for-upload-in-form-☺😂.txt (Unicode) in x-user-defined formFAIL
Upload file-for-upload-in-form-.txt (x-user-defined) in x-user-defined formFAIL
Upload file-for-upload-in-form.txt (ASCII) in x-user-defined formFAIL
/FileAPI/reading-data-section/filereader_readAsDataURL.html (2/3, 66.67%, 0.27% of total)OK
FileReader readyState during readAsDataURLFAIL
readAsDataURL result for Blob with unspecified MIME typeFAIL
/FileAPI/idlharness.worker.html (24/113, 21.24%, 3.26% of total)OK
Blob interface: calling slice(long long, long long, DOMString) on new File(["myFileBits"], "myFileName") with too few arguments must throw TypeErrorFAIL
Blob interface: new File(["myFileBits"], "myFileName") must inherit property "size" with the proper typeFAIL
Blob interface: new File(["myFileBits"], "myFileName") must inherit property "slice(long long, long long, DOMString)" with the proper typeFAIL
Blob interface: new File(["myFileBits"], "myFileName") must inherit property "type" with the proper typeFAIL
File interface object lengthFAIL
File interface object nameFAIL
File interface: attribute lastModifiedFAIL
File interface: attribute nameFAIL
File interface: existence and properties of interface objectFAIL
File interface: existence and properties of interface prototype objectFAIL
File interface: existence and properties of interface prototype object's "constructor" propertyFAIL
File interface: existence and properties of interface prototype object's @@unscopables propertyFAIL
File interface: new File(["myFileBits"], "myFileName") must inherit property "lastModified" with the proper typeFAIL
File interface: new File(["myFileBits"], "myFileName") must inherit property "name" with the proper typeFAIL
File must be primary interface of new File(["myFileBits"], "myFileName")FAIL
FileList interface object lengthFAIL
FileList interface object nameFAIL
FileList interface: attribute lengthFAIL
FileList interface: existence and properties of interface objectFAIL
FileList interface: existence and properties of interface prototype objectFAIL
FileList interface: existence and properties of interface prototype object's "constructor" propertyFAIL
FileList interface: existence and properties of interface prototype object's @@unscopables propertyFAIL
FileList interface: operation item(unsigned long)FAIL
Stringification of new File(["myFileBits"], "myFileName")FAIL
/FileAPI/url/url-in-tags-revoke.window.html (5/6, 83.33%, 0.68% of total)TIMEOUT
Fetching a blob URL immediately before revoking it works in an iframe navigation.TIMEOUT
Fetching a blob URL immediately before revoking it works in an iframe.TIMEOUT
Opening a blob URL in a new window by clicking an <a> tag works immediately before revoking the URL.FAIL
Opening a blob URL in a new window immediately before revoking it works.TIMEOUT
Opening a blob URL in a noopener about:blank window immediately before revoking it works.FAIL
/FileAPI/FileReader/workers.html (1/1, 100.00%, 0.14% of total)ERROR
FileReader created after a worker self.close()TIMEOUT
/FileAPI/unicode.html (2/4, 50.00%, 0.27% of total)OK
Test that strings are not NFC normalized by Blob constructorFAIL
Test that strings are not NFC normalized by File constructorFAIL
/FileAPI/url/url-in-tags.window.html (1/3, 33.33%, 0.14% of total)TIMEOUT
Blob URL fragment is implemented.TIMEOUT
/FileAPI/url/url-with-xhr.any.html (2/14, 14.29%, 0.27% of total)OK
Revoke blob URL after open(), will fetchFAIL
XHR with a fragment should succeedFAIL
/FileAPI/reading-data-section/FileReader-multiple-reads.html (1/6, 16.67%, 0.14% of total)OK
test abort and restart in onloadstart event for readAsTextFAIL
/FileAPI/file/send-file-form-windows-1252.tentative.html (6/6, 100.00%, 0.81% of total)OK
Upload file-for-upload-in-form-ABC~‾¥≈¤・・•∙·☼★星🌟星★☼·∙•・・¤≈¥‾~XYZ.txt (Unicode) in windows-1252 formFAIL
Upload file-for-upload-in-form-☺😂.txt (windows-1252) in windows-1252 formFAIL
Upload file-for-upload-in-form-★星★.txt (JIS X 0201 and JIS X 0208) in windows-1252 formFAIL
Upload file-for-upload-in-form-☺😂.txt (Unicode) in windows-1252 formFAIL
Upload file-for-upload-in-form-.txt (x-user-defined) in windows-1252 formFAIL
Upload file-for-upload-in-form.txt (ASCII) in windows-1252 formFAIL
/FileAPI/blob/Blob-slice.html (1/127, 0.79%, 0.14% of total)OK
null type Blob sliceFAIL
/FileAPI/url/url-reload.window.html (1/2, 50.00%, 0.14% of total)TIMEOUT
Reloading a blob URL succeeds even if the URL was revoked.TIMEOUT
/FileAPI/file/send-file-form-iso-2022-jp.tentative.html (6/6, 100.00%, 0.81% of total)OK
Upload file-for-upload-in-form-ABC~‾¥≈¤・・•∙·☼★星🌟星★☼·∙•・・¤≈¥‾~XYZ.txt (Unicode) in ISO-2022-JP formFAIL
Upload file-for-upload-in-form-☺😂.txt (windows-1252) in ISO-2022-JP formFAIL
Upload file-for-upload-in-form-★星★.txt (JIS X 0201 and JIS X 0208) in ISO-2022-JP formFAIL
Upload file-for-upload-in-form-☺😂.txt (Unicode) in ISO-2022-JP formFAIL
Upload file-for-upload-in-form-.txt (x-user-defined) in ISO-2022-JP formFAIL
Upload file-for-upload-in-form.txt (ASCII) in ISO-2022-JP formFAIL
/FileAPI/historical.https.html (2/13, 15.38%, 0.27% of total)OK
"FileError" should not be supportedFAIL
"FileReaderSync" should not be supported in service workersFAIL
/FileAPI/reading-data-section/filereader_readAsArrayBuffer.html (1/1, 100.00%, 0.14% of total)OK
FileAPI Test: filereader_readAsArrayBufferFAIL
/FileAPI/file/send-file-form.html (1/1, 100.00%, 0.14% of total)OK
Upload file-for-upload-in-form.txt (ASCII) in UTF-8 formFAIL