Bug 193846 - Write more tab cycling tests for iOS
Summary: Write more tab cycling tests for iOS
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: iPhone / iPad iOS 12
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on: 193048
Blocks:
  Show dependency treegraph
 
Reported: 2019-01-25 14:31 PST by Daniel Bates
Modified: 2019-01-25 14:32 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2019-01-25 14:31:46 PST
Following up from bug #193048, we should add test for the following tab cycling cases:

1. text field to <select>
2. <select> to <select>
3. <select> to text field.
4. <select> to Chrome

(Ideally, we would also try to write these tests to work on Mac. It may be hard without updating Mac test infrastructure to support sending events to AppKit menus. I haven't checked the code lately though. Maybe we already support this?)