chromium/chrome/test/data/ash/back_gesture/page_touch_action_default.html

<!DOCTYPE html>
<html>
<style>
body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    touch-action: auto;
}
</style>
<body>
</body>
</html>