OLD | NEW |
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 Loading... |
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 main frame by drag-and-drop'); | 34 description('Check autoscroll of main 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> |
OLD | NEW |