Bug 192424

Summary: [GTK] WebDriver test test_shift_modifier_and_non_printable_keys fails due to malformed Automation.performInteractionSequence invocation
Product: WebKit Reporter: BJ Burg <bburg>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, cgarcia, mcatanzaro, zan
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=191155
Attachments:
Description Flags
Protocol trace from safaridriver (doesn't crash) none

Description BJ Burg 2018-12-05 13:27:23 PST
This bug tracks changes to webkitgtkdriver that should be made in light of https://bugs.webkit.org/show_bug.cgi?id=191155. Basically, any two states may only have one difference between them. Otherwise, the ordering of events that happen in the state transition is not specified. See the attachment for what safaridriver sends when running this test case.
Comment 1 BJ Burg 2018-12-05 13:27:51 PST
Created attachment 356650 [details]
Protocol trace from safaridriver (doesn't crash)