3 <script src=
"../../resources/js-test.js"></script>
4 <script src=
"./resources/panScroll.js"></script>
8 description('Check pan scroll in iframe');
9 var iframe
= $('iframe');
10 var offsetLeft
= iframe
.offsetLeft
;
11 var offsetTop
= iframe
.offsetTop
;
14 'clickOrDrag': 'click',
15 'endX': offsetLeft
+ 5,
16 'endY': offsetTop
+ 50,
17 'scrollable': iframe
.contentDocument
.body
,
18 'scrolledObject': iframe
.contentWindow
,
19 'startX': offsetLeft
+ 5,
20 'startY': offsetTop
+ 5,
25 <body onload=
"start()">
27 <p id=
"description"></p>
28 <iframe id=
"iframe" width=
"640" height=
"100"></iframe>