| Index: chrome/test/data/request_autocomplete/test_page.html
|
| diff --git a/chrome/test/data/request_autocomplete/test_page.html b/chrome/test/data/request_autocomplete/test_page.html
|
| deleted file mode 100644
|
| index 9db7dd6c42b48a2d5241602143cd9f506821a278..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/request_autocomplete/test_page.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| - <body>
|
| - <form><input autocomplete="cc-name"></form>
|
| - <script>
|
| - function send(msg) {
|
| - domAutomationController.setAutomationId(0);
|
| - domAutomationController.send(msg);
|
| - }
|
| -
|
| - window.onclick = function() {
|
| - document.forms[0].requestAutocomplete();
|
| - send('clicked');
|
| - };
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|