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

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

Issue 7331004: Move chromedriver tests to test subdirectory. Add script to run all chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ... Created 9 years, 5 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_page.html ('k') | chrome/test/webdriver/webdriver_remote_tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/upload.html
diff --git a/chrome/test/webdriver/upload.html b/chrome/test/webdriver/upload.html
deleted file mode 100644
index a937f54c83e7225d3e7ffc00e3fcc4e2f4ebce0d..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/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_page.html ('k') | chrome/test/webdriver/webdriver_remote_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698