blob: b1f5ffe55a726e64e4c2f8b7717ffa20b717a345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>touchmove coalescing</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
<script>
SimpleTest.waitForExplicitFinish();
function start() {
window.open("file_coalesce_touchmove.html");
}
</script>
</head>
<body onload="start();">
</body>
</html>
|