GitXplorerGitXplorer
m

user-gesture-testing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ab98983ebb3e51ac6cda252c9a2ba6670c270054

Updated README with more information.

mmgiuca committed 7 years ago
Unverified
f612ed3f02cd293642bf298783d5cd70c574927e

Added configurable time delay.

mmgiuca committed 7 years ago
Unverified
56e5d1c943e1c7d00b33887e59a1b6ef9d01f497

Abstract the crazy hack.

mmgiuca committed 7 years ago
Unverified
9ccfb567cc1f0c678c974be85e28d65f0d16fc4a

Clear the timeouts and make the final call guaranteed.

mmgiuca committed 7 years ago
Unverified
091d350921576594a34c69d843e3cb9df03b946c

Wrote crazy hack for fetch then fullscreen.

mmgiuca committed 7 years ago
Unverified
f0929f041b9a18f8427ba747ec5f04af636d8f1e

Remove unused arguments.

mmgiuca committed 7 years ago

README

The README file for this repository.

A simple test site for user gestures on the Web.

See crbug.com/760848 for the discussion around this.

Usage

Public test site: This lets you use the basic test but the fetch handler will return ASAP, rather than having a delay. To get a time-delayed response, you need to run a local server.

To run a local server, clone this repo, and run:

$ python3 -m http.server --cgi 8080

Then point your browser at http://localhost:8080/fetch-gesture.html.