playwright/test/assets/input/fileupload.html
2019-11-19 10:58:15 -08:00

9 lines
130 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>File upload test</title>
</head>
<body>
<input type="file">
</body>
</html>