diff options
Diffstat (limited to 'mobile/android/tests/browser/robocop/robocop_search.html')
-rw-r--r-- | mobile/android/tests/browser/robocop/robocop_search.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/robocop/robocop_search.html b/mobile/android/tests/browser/robocop/robocop_search.html new file mode 100644 index 000000000..581193c9d --- /dev/null +++ b/mobile/android/tests/browser/robocop/robocop_search.html @@ -0,0 +1,11 @@ +<html> + <header> + <title> Robocop Search Engine </title> + </header> + <body> + <form method="get" action="http://www.google.com/search"> + <input type="text" name="q" style="width:300px; height:500px;" maxlength="255" value="" /> + <input type="submit" value="Google Search" /> + </form> + </body> +</html> |