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

Unified Diff: chrome/test/data/request_autocomplete/test_page.html

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 years, 7 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
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>
« no previous file with comments | « chrome/renderer/chrome_render_thread_observer.cc ('k') | components/autofill/content/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698