OLD | NEW |
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 Loading... |
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> |
OLD | NEW |