mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(firefox): keyboard tests (#4082)
This commit is contained in:
committed by
Andrey Lushnikov
parent
e8a49633d9
commit
a6d8ecce6f
@@ -24,8 +24,6 @@
|
||||
m.push('Alt')
|
||||
if (event.ctrlKey)
|
||||
m.push('Control');
|
||||
if (event.metaKey)
|
||||
m.push('Meta')
|
||||
if (event.shiftKey)
|
||||
m.push('Shift')
|
||||
return '[' + m.join(' ') + ']';
|
||||
|
||||
Reference in New Issue
Block a user