mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-21 16:01:02 +00:00
68216153f3
Adds Playwright's async tests to ensure that functionality is not broken.
13 lines
274 B
HTML
13 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Folder upload test</title>
|
|
</head>
|
|
<body>
|
|
<form action="/upload" method="post" enctype="multipart/form-data">
|
|
<input type="file" name="file1" webkitdirectory>
|
|
<input type="submit">
|
|
</form>
|
|
</body>
|
|
</html>
|