3 <style type=
"text/css">
12 <script src="../../resources
/js-test
.js
"></script>
13 <script src="./resources
/panScroll
.js
"></script>
17 description('Check pan scroll in nested divs');
19 'clickOrDrag': 'click',
20 'scrollable': $('scrollable'),
25 <body onload="start
()">
27 <p id="description
"></p>
28 Test for <a href="https://bugs
.webkit
.org
/show_bug
.cgi?id
=28023">bug 28023</a> This tests that pan scrolling
29 propogates correctly up the DOM tree. On success, our scroll offset should be non-zero.
31 <div style="height:200px; position:relative
;">
32 <div style="height:150px; border:1px blue solid
; overflow:auto
;">
33 Panscrolling starting in the blue box should scroll the outer div.
35 Panscrolling outside the blue boxes should scroll the outer div.
37 <div style="height:200px; position:relative
;">
38 <div style="height:150px; border:1px blue solid
; overflow:auto
;">
39 Panscrolling starting in the blue box should scroll the outer div.
44 <div id="console
"></div>