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

Side by Side Diff: LayoutTests/fast/events/panScroll-nested-divs.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #scrollable { 4 #scrollable {
5 width:500px; 5 width:500px;
6 height:300px; 6 height:300px;
7 overflow:auto; 7 overflow:auto;
8 border:2px solid red; 8 border:2px solid red;
9 padding:10px"; 9 padding:10px";
10 } 10 }
(...skipping 24 matching lines...) Expand all
35 Panscrolling outside the blue boxes should scroll the outer div. 35 Panscrolling outside the blue boxes should scroll the outer div.
36 </div> 36 </div>
37 <div style="height:200px; position:relative;"> 37 <div style="height:200px; position:relative;">
38 <div style="height:150px; border:1px blue solid; overflow:auto;"> 38 <div style="height:150px; border:1px blue solid; overflow:auto;">
39 Panscrolling starting in the blue box should scroll the outer div. 39 Panscrolling starting in the blue box should scroll the outer div.
40 </div> 40 </div>
41 </div> 41 </div>
42 </div> 42 </div>
43 </div> 43 </div>
44 <div id="console"></div> 44 <div id="console"></div>
45 <script src="../js/resources/js-test-post.js"></script>
46 </body> 45 </body>
47 </html> 46 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/panScroll-in-iframe.html ('k') | LayoutTests/fast/events/panScroll-nested-divs-forbidden.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698