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

Unified Diff: chrome/test/webdriver/test/test_page.html

Issue 23526047: Delete old chromedriver code, and remove mongoose webserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/webdriver/test/switch_to_frame_by_index.html ('k') | chrome/test/webdriver/test/test_paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/test_page.html
diff --git a/chrome/test/webdriver/test/test_page.html b/chrome/test/webdriver/test/test_page.html
deleted file mode 100644
index 671ebae673797d1ed7e35a919f7328100e9b341b..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/test_page.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<script>
-var success = false;
-function succeed() {
- success = true;
-}
-</script>
-<div style="height:30px"></div>
-<div style="width:100px">
- <a name="wrapped" style="margin-left:200px" onclick="succeed()">Click me</a>
-</div>
-<div style="height:100px; overflow:scroll">
- <br><br><br><br><br><br><br><br><br>
- <a name="hidden_scroll" onclick="succeed()">Click Here</a>
- <iframe name="iframe" src="iframe_src.html"></iframe>
-</div>
-
-<div style="height:5000px"></div>
-<a name="far_away" style="margin-left:5000px" onclick="succeed()">Click</a>
-
-<input type="text" name="key_input_test"/>
-
-<select><option>1</option><option name="option">2</option></select>
-
-<div name="editable" contentEditable>
- <div name="editable_child">editable</div>
-</div>
-
-</html>
« no previous file with comments | « chrome/test/webdriver/test/switch_to_frame_by_index.html ('k') | chrome/test/webdriver/test/test_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698