mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-16 15:52:24 +03:00
9 lines
130 B
HTML
9 lines
130 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>File upload test</title>
|
|
</head>
|
|
<body>
|
|
<input type="file">
|
|
</body>
|
|
</html> |