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

Side by Side Diff: chrome/test/webdriver/test_page.html

Issue 6630001: Allow webdriver users to choose between sending the key events when... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/webdriver/session.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <script> 2 <script>
3 var success = false; 3 var success = false;
4 function succeed() { 4 function succeed() {
5 success = true; 5 success = true;
6 } 6 }
7 </script> 7 </script>
8 <div style="height:30px"></div> 8 <div style="height:30px"></div>
9 <a name="near_top" style="margin-left:30px" onclick="javascript:succeed()">Click </a> 9 <a name="near_top" style="margin-left:30px" onclick="javascript:succeed()">Click </a>
10 <div style="height:100px; overflow:scroll"> 10 <div style="height:100px; overflow:scroll">
11 <br><br><br><br><br><br><br><br><br> 11 <br><br><br><br><br><br><br><br><br>
12 <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a> 12 <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a>
13 <iframe name="iframe" src="iframe_src.html"></iframe> 13 <iframe name="iframe" src="iframe_src.html"></iframe>
14 </div> 14 </div>
15 15
16 <div style="height:5000px"></div> 16 <div style="height:5000px"></div>
17 <a name="far_away" style="margin-left:5000px" onclick="javascript:succeed()">Cli ck</a> 17 <a name="far_away" style="margin-left:5000px" onclick="javascript:succeed()">Cli ck</a>
18
19 <input type="text" name="key_input_test"/>
20
18 </html> 21 </html>
OLDNEW
« no previous file with comments | « chrome/test/webdriver/session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698