Chromium Code Reviews| Index: chrome/test/webdriver/upload.html |
| diff --git a/chrome/test/webdriver/upload.html b/chrome/test/webdriver/upload.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d19b290c5e39eaf22173e7ca6cd8693173673d8d |
| --- /dev/null |
| +++ b/chrome/test/webdriver/upload.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<body> |
| + <form> |
| + <input type="file" name="fileupload" id="fileupload" |
| + style="border: 1px black solid;" /> |
| + </form> |
| +</body> |
| +</html> |
| + |