document-create-touch-list-crash.html revision 678de4acf72e6fd4c6fb9426d2c69445acc18135
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  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/document-create-touch-list-crash.js"></script>
17</body>
18</html>
19