Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: chrome/test/webdriver/upload.html

Issue 7055004: File upload API in chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added missing fixs and an additional test. Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
+

Powered by Google App Engine
This is Rietveld 408576698