Files
UXP-Fixed/layout/reftests/forms/input/file/simple.html
T
2018-02-02 04:16:08 -05:00

9 lines
116 B
HTML

<!DOCTYPE html>
<html>
<body>
<input type='file'>
<br>
<input type='file' multiple>
</body>
</html>