chromium/third_party/blink/web_tests/fast/events/touch/gesture/resources/gesture-tap-active-state-iframe-inner.html

<!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>