diff options
Diffstat (limited to 'test/wpt/tests/FileAPI/file/send-file-formdata.any.js')
-rw-r--r-- | test/wpt/tests/FileAPI/file/send-file-formdata.any.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/wpt/tests/FileAPI/file/send-file-formdata.any.js b/test/wpt/tests/FileAPI/file/send-file-formdata.any.js new file mode 100644 index 0000000..e13a348 --- /dev/null +++ b/test/wpt/tests/FileAPI/file/send-file-formdata.any.js @@ -0,0 +1,8 @@ +// META: title=FormData: Upload ASCII-named file in UTF-8 form +// META: script=../support/send-file-formdata-helper.js + "use strict"; + + formDataPostFileUploadTest({ + fileNameSource: "ASCII", + fileBaseName: "file-for-upload-in-form.txt", + }); |