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

Side by Side Diff: third_party/webdriver/test_data/scroll5.html

Issue 424363004: Update third_party/webdriver/pylib to r18456 and delete test_data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "python" -> "pylib" Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 </head>
4 <body>
5 <script>
6 function dump(text) {
7 document.getElementById('clicked').innerHTML = text;
8 }
9 </script>
10 <div style='overflow: scroll; width: 150px; height: 200px; background-color: yel low' id="outer">
11 <div style="width: 150px; height: 5000px; background-color: red;" onclick="dum p('clicked')" id="inner">
12 </div>
13 </div>
14 <div>
15 Clicked: <span id='clicked'></span>
16 </div>
17 </body>
18 </html>
OLDNEW
« no previous file with comments | « third_party/webdriver/test_data/scroll4.html ('k') | third_party/webdriver/test_data/selectPage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698