Bug 212953

Summary: [WebDriver][WPE] Shift modifier is not generating capital letters
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WPE WebKitAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: aperez, bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 216899    

Description Lauro Moura 2020-06-08 21:29:33 PDT
imported/w3c/tests/perform_actions/key_modifiers.py::test_shift_modifier_generates_capital_letters fails with the actual text not being modified by shift being pressed (all lower case).

Keycode and modifiers seem to be correctly arriving the WebView, though.

This happens regardless of bug212948 patch being applied.