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

Side by Side Diff: LayoutTests/fast/events/drag-and-drop-autoscroll-inner-frame.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #scrollable { 4 #scrollable {
5 height: 200px; 5 height: 200px;
6 overflow: auto; 6 overflow: auto;
7 border: solid 3px #cc0000; 7 border: solid 3px #cc0000;
8 font-size: 80px; 8 font-size: 80px;
9 } 9 }
10 </style> 10 </style>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 Try to drag and drop the text above in the input element at the bottom of this i frame. It should scroll. Then, try the way back. 105 Try to drag and drop the text above in the input element at the bottom of this i frame. It should scroll. Then, try the way back.
106 <br><br>more<br>more<br>more<br>more<br>more<br>more<br>more<br>more<br>more<br> more<br>more<br>more<br><input> 106 <br><br>more<br>more<br>more<br>more<br>more<br>more<br>more<br>more<br>more<br> more<br>more<br>more<br><input>
107 "></iframe><br> 107 "></iframe><br>
108 </div> 108 </div>
109 <div id="console"></div> 109 <div id="console"></div>
110 <script src="../js/resources/js-test-pre.js"></script> 110 <script src="../js/resources/js-test-pre.js"></script>
111 <script> 111 <script>
112 description('Check autoscroll within an inner frame by drag-and-drop'); 112 description('Check autoscroll within an inner frame by drag-and-drop');
113 setUpTest(); 113 setUpTest();
114 </script> 114 </script>
115 <script src="../js/resources/js-test-post.js"></script>
116 </body> 115 </body>
117 </html> 116 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/drag-and-drop-autoscroll.html ('k') | LayoutTests/fast/events/drag-and-drop-autoscroll-mainframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698