GitXplorerGitXplorer
m

user-gesture-testing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa4882c35db2a4ece56a09acf4a3be8fb393db81

Added Python CGI script to delay by arbitrary amount.

mmgiuca committed 7 years ago
Unverified
dca91865673b9493a3b0fcf498e4ca51c9c46a51

Added test of chaining setTimeout.

mmgiuca committed 7 years ago
Unverified
580df9c4d7fc017c485b4271af05ce8a50c10392

Added fetch-gesture for testing propagation of user gesture token.

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.