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

Unified Diff: chrome/test/webdriver/test/content_editable.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/chromedriver_tests.py ('k') | chrome/test/webdriver/test/continuous_archive.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/test/content_editable.html
diff --git a/chrome/test/webdriver/test/content_editable.html b/chrome/test/webdriver/test/content_editable.html
deleted file mode 100644
index 82b5c35ef3c03fb9dd03f858410c342b929246b6..0000000000000000000000000000000000000000
--- a/chrome/test/webdriver/test/content_editable.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
- <body>
- <div name='editable' contentEditable>
- <input type='text'></input>
- </div>
- <div name='editable2' contentEditable>
- <div name='editable_child'>editable</div>
- </div>
- <iframe src='design_mode_doc.html'></iframe>
- </body>
-</html>
« no previous file with comments | « chrome/test/webdriver/test/chromedriver_tests.py ('k') | chrome/test/webdriver/test/continuous_archive.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698