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

Unified Diff: chrome/test/data/session_history/form.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/chrome_tests.gypi ('k') | chrome/test/data/session_history/fragment.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/session_history/form.html
===================================================================
--- chrome/test/data/session_history/form.html (revision 148625)
+++ chrome/test/data/session_history/form.html (working copy)
@@ -1,31 +0,0 @@
-<html>
-<head>
-<title>form</title>
-<script>
-// Simulate the user clicking on the submit button.
-function submitForm(name) {
- var node = document.getElementById(name);
- node.click();
-}
-// Simulate the user filling a form value.
-function fillForm(name, value) {
- var node = document.getElementById(name);
- node.value = value;
-}
-</script>
-</head>
-<body>
-
-<form method="post" action="/echotitle">
-
-<p><input name="text" id="itext">
-<p><select name="select" id="iselect">
- <option selected>a
- <option>b
- <option>c
-</select>
-<p><input type="submit" value="Submit" id="isubmit">
-
-</form>
-</body>
-</html>
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/session_history/fragment.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698