3 <style type=
"text/css">
7 border: solid
3px #cc0000;
11 <script src=
"../../resources/js-test.js"></script>
12 <script src=
"./resources/panScroll.js"></script>
16 description('Check pan scroll by click mouse');
18 'clickOrDrag': 'click',
19 'scrollable': $('scrollable'),
24 <body onload=
"start()">
26 <p id=
"description"></p>
27 For manual testing, hold middle button in scrollable and move aroudn mouse pointer for scrolling, then release middle button to stop scrolling.
28 <div id=
"scrollable"></div>
30 <div id=
"console"></div>