-
Notifications
You must be signed in to change notification settings - Fork 47k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a test for non-passive event handlers for events affected by the browsers' intervention #19658
Add a test for non-passive event handlers for events affected by the browsers' intervention #19658
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7044514:
|
05a0986
to
60bfae7
Compare
My CircleCI builds are blocked and didn't run all builds I expect.. I'm not sure why this happens, so I have to investigate it. |
I've posted the issue on CircleCI's discuss. |
60bfae7
to
c14ed86
Compare
OK, I've fixed the problem, so this PR is ready for review. |
…browsers' intervention
c14ed86
to
7044514
Compare
thx |
…browsers' intervention (facebook#19658)
Summary
This adds a test @trueadm has commented at #19654 (comment).
The test ensures that
unstable_createEventHandle
isn't affected by browsers' intervention #19654 mentioned.Test Plan