haikuwebkit/LayoutTests/fast/forms/file/file-reset-in-change-using-...

8 lines
229 B
HTML

<!DOCTYPE html>
<body>
<p>Resetting a file upload control by script should clear the icon.</p>
<p>Manual test: Select a file for the file upload control, and confirm it has no icon.</p>
<input id=file1 type=file>
</form>
</body>