3 <style type=
"text/css">
6 border: 3px solid
#00cc00;
12 <script src=
"resources/drag-and-drop-autoscroll-frame.js"></script>
16 <p id=
"description"></p>
19 <li>Drag
"Drop Me" to edge of window
</li>
20 <li>You should see scrolling
</li>
22 <div id=
"draggable" draggable=
"true">Drop Me
</div>
23 <div id=
"scrollbars" style=
"overflow: scroll"><div>scrollbars
</div></div>
24 <table id=
"sample" border=
"1" style=
"width:2000; height:2000;">
25 <tr><td width=
"50%">North West
</td><td width=
"50%">North East
</td></tr>
26 <tr><td width=
"50%">South West
</td><td width=
"50%">South East
</td></tr>
29 <div id=
"console"></div>
30 <script src=
"../../resources/js-test.js"></script>
32 if (window
.testRunner
)
33 window
.jsTestIsAsync
= true;
34 description('Check autoscroll of main frame by drag-and-drop');