playwright/test/assets/input/fileupload.html

9 lines
130 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>File upload test</title>
</head>
<body>
<input type="file">
</body>
</html>