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

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

Issue 23526047: Delete old chromedriver code, and remove mongoose webserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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
« no previous file with comments | « chrome/test/webdriver/test/transparent.html ('k') | chrome/test/webdriver/test/util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/upload.html
diff --git a/chrome/test/webdriver/test/upload.html b/chrome/test/webdriver/test/upload.html
deleted file mode 100644
index a937f54c83e7225d3e7ffc00e3fcc4e2f4ebce0d..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/upload.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<body>
- A fileupload element which holds single file.
- <form>
- <input type="file" name="fileupload_single" id="fileupload_single"
- style="border: 1px black solid;" />
- </form>
- A fileupload element which holds multiple files.
- <form>
- <input type="file" name="fileupload_multi" id="fileupload_multi"
- style="border: 1px black solid;" multiple />
- </form>
-</body>
-</html>
« no previous file with comments | « chrome/test/webdriver/test/transparent.html ('k') | chrome/test/webdriver/test/util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698