| Index: chrome/test/data/extensions/api_test/browser_action/popup_with_form/popup.html
|
| diff --git a/chrome/test/data/extensions/api_test/browser_action/popup_with_form/popup.html b/chrome/test/data/extensions/api_test/browser_action/popup_with_form/popup.html
|
| deleted file mode 100644
|
| index 062c8d3b2a5edc6863b62436a5638c04f78bb5d7..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/api_test/browser_action/popup_with_form/popup.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <script src="popup.js"></script>
|
| -</head>
|
| -<body>
|
| - <div>This popup contains a frame that triggers a POST navigation.</div>
|
| - <form id="form" method="POST" action="other_page.html">
|
| - Test field:
|
| - <input name="test-field" type="text" value="test-value">
|
| - <input type="submit" value="Submit">
|
| - </form>
|
| -</body>
|
| -</html>
|
| -
|
|
|