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

Unified Diff: third_party/WebKit/Source/web/tests/data/search_form.html

Issue 2505933005: Auto-Generating Search Engines - Remove HTTP Restriction (Closed)
Patch Set: added test Created 4 years, 1 month 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: third_party/WebKit/Source/web/tests/data/search_form.html
diff --git a/third_party/WebKit/Source/web/tests/data/search_form.html b/third_party/WebKit/Source/web/tests/data/search_form.html
deleted file mode 100644
index bbf6a03b440e850f1db315cda182e49c954a6a80..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/web/tests/data/search_form.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<form action="http://www.mock.url/search" method="GET">
- <input type="hidden" name="hl" value="en">
- <input type="text" name="q">
- <input type="submit" name="btnM" value="Mock Search">
-</form>

Powered by Google App Engine
This is Rietveld 408576698