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

Unified Diff: chrome/test/data/session_history/post.html

Issue 10820043: Convert speech and session history browser_tests to run under content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « chrome/test/data/session_history/no-title.html ('k') | chrome/test/data/session_history/record_length.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/session_history/post.html
===================================================================
--- chrome/test/data/session_history/post.html (revision 148625)
+++ chrome/test/data/session_history/post.html (working copy)
@@ -1,28 +0,0 @@
-<html>
-<head>
-<title>post</title>
-<script>
-// stolen from darin's page cycler
-var options = location.search.substring(1).split('&');
-
-function getopt(name) {
- var r = new RegExp("^" + name + "=");
- for (i = 0; i < options.length; ++i) {
- if (options[i].match(r)) {
- return options[i].substring(name.length + 1);
- }
- }
- return null;
-}
-
-function checkParams() {
- document.title = "post:" + getopt("text") + "," + getopt("select");
-}
-checkParams();
-</script>
-</head>
-
-<body>
-Form submission accepted. Thanks for playing.
-</body>
-</html>
« no previous file with comments | « chrome/test/data/session_history/no-title.html ('k') | chrome/test/data/session_history/record_length.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698