Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / events / touch / basic-single-touch-events.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
5 <script src="../../js/resources/js-test-pre.js"></script>
6 <script src="../../js/resources/js-test-post-function.js"></script>
7 <!--
8   Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
9   should be written in an asynchronous fashion so they can be run on mobile platforms like Android.
10   This template will generate an asynchronous style test by using the js-test-post-function script.
11   You will need to invoke isSuccessfullyParsed() in your test script when the test completes.
12 -->
13 </head>
14 <body>
15 <p id="description"></p>
16 <div id="console"></div>
17 <script src="script-tests/basic-single-touch-events.js"></script>
18 </body>
19 </html>