Commit 5c1807c
committed
Add testing for osx keydown browser bug
On macOS, there is an existing bug that will always
report the keydown event.key as lowercase, even
when pressing cmd-shift-letter.
This can result in the toolbar hotkey firing for
both the uppercase and lowercase meta keys. This
was fixed in a prior commit, but a test is being
added here to emulate this behavior in the test,
so that there is a “breaking” regression test.1 parent b540e7c commit 5c1807c
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments