blob: b42aa9768760eaef6e000c88fbe4c74c8f5d9a21 [file] [log] [blame]
commit-queue@webkit.orgec39dba2010-12-23 13:49:46 +00001<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3<head>
commit-queue@webkit.orgec39dba2010-12-23 13:49:46 +00004<script src="../../js/resources/js-test-pre.js"></script>
5<script src="../../js/resources/js-test-post-function.js"></script>
6<!--
7 Touch tests that involve the ontouchstart, ontouchmove, ontouchend or ontouchcancel callbacks
8 should be written in an asynchronous fashion so they can be run on mobile platforms like Android.
9 This template will generate an asynchronous style test by using the js-test-post-function script.
10 You will need to invoke isSuccessfullyParsed() in your test script when the test completes.
11-->
12</head>
13<body>
14<p id="description"></p>
15<div id="console"></div>
16<script src="script-tests/multi-touch-grouped-targets.js"></script>
17</body>
18</html>