<!DOCTYPE html>
<html>
<link rel="stylesheet" href="../../resources/touch-hover-active-tests.css">
<style type="text/css">
#box {
position: absolute;
width: 300px;
height: 100px;
top: 100px;
}
</style>
<body>
<div id='box' class='touch-interactive'>Gestures go here</div>
</body>
</html>