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

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

Issue 7331004: Move chromedriver tests to test subdirectory. Add script to run all chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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
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:100px; overflow:scroll"> 8 <div style="height:100px; overflow:scroll">
9 <br><br><br><br><br><br><br><br><br> 9 <br><br><br><br><br><br><br><br><br>
10 <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a> 10 <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a>
11 </div> 11 </div>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698