rsnext/test/lib
Klaas Landsman b39e49eca9
Fix detection of anchor click events inside svg (#23272)
## Bug

The `nodeName` of an anchor inside an SVG equals the lowercase `a` instead of the html anchor's uppercase `A`.
This behavior can be seen in this plain js demo: https://jsfiddle.net/L2p8f4ve/28/

fixes #23252




## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.

## Documentation / Examples

- [ ] Make sure the linting passes

Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-02-06 20:53:03 +00:00
..
browsers Fix detection of anchor click events inside svg (#23272) 2022-02-06 20:53:03 +00:00
next-modes Enable jest hoist transform when using next/jest (#33731) 2022-01-31 16:15:15 +00:00
amp-test-utils.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
create-next-install.js Enable jest hoist transform when using next/jest (#33731) 2022-01-31 16:15:15 +00:00
e2e-utils.ts Enable jest hoist transform when using next/jest (#33731) 2022-01-31 16:15:15 +00:00
flat-map-polyfill.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
next-test-utils.js Ensure device IP is used for safari browserstack test (#32712) 2021-12-21 14:42:54 -06:00
next-webdriver.ts Fix duplicate image src causing canceled request (#33776) 2022-01-28 23:50:36 +00:00