-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Interminttent failure in /html/semantics/forms/the-input-element/click-user-gesture.html #40512
Copy link
Copy link
Open
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.
Description
OK [expected ERROR] /html/semantics/forms/the-input-element/click-user-gesture.html
FAIL [expected PASS] subtest: input[type=month] click() does not throw when user activation is active
promise_test: Unhandled rejection with value: "error: Action click failed: unexpected alert open (500): Handle any user prompt: Unexpected alert open."
FAIL [expected PASS] subtest: input[type=color] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
FAIL [expected PASS] subtest: input[type=date] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
FAIL [expected PASS] subtest: input[type=datetime-local] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
FAIL [expected PASS] subtest: input[type=file] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
FAIL [expected PASS] subtest: input[type=month] click() consumes user activation
promise_test: Unhandled rejection with value: "error: Action click failed: unexpected alert open (500): Handle any user prompt: Unexpected alert open."
FAIL [expected PASS] subtest: input[type=time] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
FAIL [expected PASS] subtest: input[type=week] click() consumes user activation
promise_test: Unhandled rejection with value: object "TypeError: can't access property "isActive", navigator.userActivation is undefined"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
I-intermittentProblem reproduces intermittently.Problem reproduces intermittently.