New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 604488 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: May 2016
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

eventSender.keyDown('a', ['shiftKey']) should produce 'A'

Project Member Reported by chongz@chromium.org, Apr 18 2016

Issue description

In LayoutTests 'eventSender.keyDown('a', ['shiftKey'])' should generate event with character 'A', currently it's only generating 'a'.
 
Status: WontFix (was: Assigned)
Actually after reading EventSender's code the expected usage seems to be "eventSender.keyDown('a')" and "eventSender.keyDown('A', ['shiftKey'])".

Comment 2 by sshru...@google.com, May 18 2016

Labels: Test-Layout

Sign in to add a comment