diff options
Diffstat (limited to 'LayoutTests/fast/events/touch/basic-single-touch-events.html')
-rw-r--r-- | LayoutTests/fast/events/touch/basic-single-touch-events.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/fast/events/touch/basic-single-touch-events.html b/LayoutTests/fast/events/touch/basic-single-touch-events.html new file mode 100644 index 0000000..4f870f4 --- /dev/null +++ b/LayoutTests/fast/events/touch/basic-single-touch-events.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> +<head> +<link rel="stylesheet" href="../../js/resources/js-test-style.css"> +<script src="../../js/resources/js-test-pre.js"></script> +<script src="../../js/resources/js-test-post-function.js"></script> +</head> +<body> +<p id="description"></p> +<div id="console"></div> +<script src="script-tests/basic-single-touch-events.js"></script> +</body> +</html> |