OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../js/resources/js-test-pre.js"></script> |
5 <style> | 5 <style> |
6 #container { | 6 #container { |
7 width: 100px; | 7 width: 100px; |
8 height: 100px; | 8 height: 100px; |
9 position: relative; | 9 position: relative; |
10 overflow-y: scroll; | 10 overflow-y: scroll; |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 target.parentNode.removeChild(target); | 66 target.parentNode.removeChild(target); |
67 target = null; | 67 target = null; |
68 gc(); | 68 gc(); |
69 | 69 |
70 debug("dispatching the GestureScrollEnd"); | 70 debug("dispatching the GestureScrollEnd"); |
71 eventSender.gestureScrollEnd(0, 0); | 71 eventSender.gestureScrollEnd(0, 0); |
72 } | 72 } |
73 | 73 |
74 runTest(); | 74 runTest(); |
75 </script> | 75 </script> |
76 <script src="../../../js/resources/js-test-post.js"></script> | |
77 </body> | 76 </body> |
78 </html> | 77 </html> |
OLD | NEW |