blob: 835fab8dedd0306a02b700724f5eceaddcd2a6b7 [file] [log] [blame]
User activation state in chained setTimeout calls
Tests that user activation state is visible in arbitrary call depth of setTimeout.
Click anywhere in the document.
PASS Chained setTimeout test
FAIL Call-depth=1: initial activation states are false undefined is not an object (evaluating 'navigator.userActivation.isActive')
FAIL Call-depth=2: initial activation states are false undefined is not an object (evaluating 'navigator.userActivation.isActive')
FAIL Call-depth=3: initial activation states are false undefined is not an object (evaluating 'navigator.userActivation.isActive')
FAIL Call-depth=1: after-click activation states are true undefined is not an object (evaluating 'navigator.userActivation.isActive')
FAIL Call-depth=2: after-click activation states are true undefined is not an object (evaluating 'navigator.userActivation.isActive')
FAIL Call-depth=3: after-click activation states are true undefined is not an object (evaluating 'navigator.userActivation.isActive')