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> |