4 <style type=
"text/css">
10 border: 2px solid
#000FFF;
14 border: 2px solid
#000000;
19 <script src=
"../../resources/js-test.js"></script>
20 <script src=
"./resources/panScroll.js"></script>
24 outerdiv
= $('outerdiv');
27 'clickOrDrag': 'drag',
30 'finishTest': function() {
31 shouldNotBe('outerdiv.scrollLeft', '0');
32 shouldBeZero('outerdiv.scrollTop');
34 'scrollable': outerdiv
,
41 <body onload=
"start()">
43 <p>Top of outer div.
</p>
47 <p>Bottom of outer div.
</p>
49 <p>Test for
<a href=
"http://crbug.com/232965">bug
232965</a> This tests that vertical pan scrolling does not propagate from the inner div to the outer div when the outer div has no vertical overflow.
</p>
50 <div id=
"console"></div>