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

Side by Side Diff: LayoutTests/fast/events/resources/drag-and-drop-autoscroll-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 <html> 1 <html>
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 #draggable { 4 #draggable {
5 padding: 5pt; 5 padding: 5pt;
6 border: 3px solid #00cc00; 6 border: 3px solid #00cc00;
7 background: #00cccc; 7 background: #00cccc;
8 width: 80px; 8 width: 80px;
9 cursor: hand; 9 cursor: hand;
10 } 10 }
(...skipping 15 matching lines...) Expand all
26 <tr><td width="50%">South West</td><td width="50%">South East</td></tr> 26 <tr><td width="50%">South West</td><td width="50%">South East</td></tr>
27 </table> 27 </table>
28 </div> 28 </div>
29 <div id="console"></div> 29 <div id="console"></div>
30 <script src="../../js/resources/js-test-pre.js"></script> 30 <script src="../../js/resources/js-test-pre.js"></script>
31 <script> 31 <script>
32 if (window.testRunner) 32 if (window.testRunner)
33 window.jsTestIsAsync = true; 33 window.jsTestIsAsync = true;
34 description('Check autoscroll of frame by drag-and-drop'); 34 description('Check autoscroll of frame by drag-and-drop');
35 </script> 35 </script>
36 <script src="../../js/resources/js-test-post.js"></script>
37 </body> 36 </body>
38 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/resize-raf-timing.html ('k') | LayoutTests/fast/events/script-tests/TEMPLATE.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698