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

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

Issue 7648053: [chromedriver] Add chrome.detach option for configuring Chrome not to quit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile issue Created 9 years, 4 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/alerts.html
diff --git a/chrome/test/webdriver/test/alerts.html b/chrome/test/webdriver/test/alerts.html
index 93fc102c074943be5d795fe90ff82274199342ce..76d5bd0b163c31ccdb71204221b29be9cc9aa152 100644
--- a/chrome/test/webdriver/test/alerts.html
+++ b/chrome/test/webdriver/test/alerts.html
@@ -3,5 +3,6 @@
<input name='onkeypress' type='text' onkeypress='alert("ok")'></input>
<input name='onkeyup' type='text' onkeyup='alert("ok")'></input>
<input name='normal' type='text'></input>
+ <iframe id='subframe' src='iframe_src.html'>
</body>
</html>
« no previous file with comments | « chrome/test/webdriver/commands/webdriver_command.cc ('k') | chrome/test/webdriver/test/chromedriver_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698