doc_markup_dragdrop_autoscroll_02.html (910B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=858038 5 https://bugzilla.mozilla.org/show_bug.cgi?id=1226898 6 --> 7 <head> 8 <meta charset="utf-8"> 9 <title>Test for Bug 858038 and 1226898 - Autoscroll</title> 10 </head> 11 <body> 12 <div id="first"></div> 13 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=858038">Mozilla Bug 858038</a> 14 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1226898">Mozilla Bug 1226898</a> 15 <p id="display">Test</p> 16 <div id="content" style="display: none"> 17 18 </div> 19 20 <!-- Make sure the markup-view has enough nodes shown by default that it has a scrollbar --> 21 22 <div></div> 23 <div></div> 24 <div></div> 25 <div></div> 26 <div></div> 27 <div></div> 28 <div></div> 29 <div></div> 30 <div></div> 31 <div></div> 32 <div></div> 33 <div></div> 34 <div></div> 35 <div></div> 36 <div></div> 37 <div></div> 38 <div></div> 39 </body> 40 </html>