Index: chrome_frame/test/data/form-get.html |
diff --git a/chrome_frame/test/data/form-get.html b/chrome_frame/test/data/form-get.html |
deleted file mode 100644 |
index e6b15d5bcc1326343d37302f282e35a5018d9f74..0000000000000000000000000000000000000000 |
--- a/chrome_frame/test/data/form-get.html |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-<html> |
- <head> |
- <title>ChromeFrame form submit test(GET method)</title> |
- </head> |
- <body> |
- <br /> |
- <form name="login" method="get" action="action.html"> |
- <table width="90%" border="0" align="center" cellpadding="4" |
- cellspacing="0" class="form-text"> |
- <tr> |
- <td>field 1</td> |
- <td><input type="text" name="field1" value="a"></td> |
- </tr> |
- <tr> |
- <td>field 2</td> |
- <td><input type="text" name="field2" value="b"></td> |
- </tr> |
- </table> |
- <br /> |
- <p style="margin-left: 28px"> |
- <input id="submit_button" name="submit" type="submit" value="Submit"> |
- |
- </p> |
- </form> |
- <br /> |
- </body> |
-</html> |