зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
405 B
HTML
19 строки
405 B
HTML
<!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>
|