We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/sandbox/clever-shockley-lkdm23?file=%2Fsrc%2FApp.js%3A10%2C34
1、Renders a div whose contentEditable is true 2、Using keyboard, simulate the user to copy a Heading elements
contentEditable
The style of theHeading elements is retained
Heading elements are escaped
14.5.2
@testing-library/react@^13.4.0 @testing-library/jest-dom@^5.17.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction example
https://codesandbox.io/p/sandbox/clever-shockley-lkdm23?file=%2Fsrc%2FApp.js%3A10%2C34
Prerequisites
1、Renders a div whose
contentEditable
is true2、Using keyboard, simulate the user to copy a Heading elements
Expected behavior
The style of theHeading elements is retained
Actual behavior
Heading elements are escaped
User-event version
14.5.2
Environment
@testing-library/react@^13.4.0
@testing-library/jest-dom@^5.17.0
Additional context
No response
The text was updated successfully, but these errors were encountered: