5 <meta name=
"viewport" content=
"width=device-width,initial-scale=1.0">
6 <title>Synthetic Gesture Test Page
</title>
9 <a href=
"#bottom">Go to the bottom of the page
</a>
11 We need some padding here so that the page is large enough to test swipe
14 <div id=
"bottom"><a name=
"bottom">This is the bottom of the page.
</a></div>
16 var padding
= document
.getElementById('padding');
17 padding
.style
.border
= 'solid';
18 padding
.style
.height
= window
.screen
.height
* 2 + 'px';