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

Unified Diff: chrome/test/webdriver/test/iframe_src.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
Index: chrome/test/webdriver/test/iframe_src.html
diff --git a/chrome/test/webdriver/test/iframe_src.html b/chrome/test/webdriver/test/iframe_src.html
deleted file mode 100644
index 83d0d3f0f673906221e0379cb6f7b8a52edbdaa1..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/iframe_src.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<script>
-var success = false;
-function succeed() {
- success = true;
-}
-</script>
-<div style="height:100px; overflow:scroll">
- <br><br><br><br><br><br><br><br><br>
- <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a>
-</div>
-</html>
« no previous file with comments | « chrome/test/webdriver/test/ext_test_2.crx ('k') | chrome/test/webdriver/test/infobar_browser_action_extension/bg.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698