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

Side by Side Diff: chrome/test/webdriver/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
(Empty)
1 <html>
2 <script>
3 var success = false;
4 function succeed() {
5 success = true;
6 }
7 </script>
8 <div style="height:100px; overflow:scroll">
9 <br><br><br><br><br><br><br><br><br>
10 <a name="hidden_scroll" onclick="javascript:succeed()">Click Here</a>
11 </div>
12 </html>
OLDNEW
« no previous file with comments | « chrome/test/webdriver/gtest_text_test_runner.py ('k') | chrome/test/webdriver/run_webdriver_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698