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..c810e756dbdc8e9efb8678b28ed1358021cd3815 |
| --- /dev/null |
| +++ b/chrome/test/webdriver/upload.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<body> |
| + <form> |
| + <input type=file name="fileupload" id="fileupload" |
|
kkania
2011/06/01 16:16:41
"file"?
nodchip
2011/06/02 07:15:53
Done.
|
| + style="border: 1px black solid;" /> |
| + </form> |
| +</body> |
| +</html> |
| + |