<!DOCTYPE html>
<meta charset="utf-8">
<title>Select ASCII-named file in a file input</title>
<link rel="help"
href="https://html.spec.whatwg.org/multipage/input.html#file-upload-state-(type=file)">
<link rel="author" title="Benjamin C. Wiley Sittler"
href="mailto:[email protected]">
<script src="../../../../resources/testharness.js"></script>
<script src="../../../../resources/testharnessreport.js"></script>
<script src="resources/select-dragged-file-input-helper.js"></script>
<script>
'use strict';
fileInputTest({
fileNameSource: 'ASCII',
fileBaseName: 'file-for-drag-to-send3.txt',
});
</script>