Bug 192424 - [GTK] WebDriver test test_shift_modifier_and_non_printable_keys fails due to malformed Automation.performInteractionSequence invocation
Summary: [GTK] WebDriver test test_shift_modifier_and_non_printable_keys fails due to ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-05 13:27 PST by BJ Burg
Modified: 2018-12-05 13:27 PST (History)
4 users (show)

See Also:


Attachments
Protocol trace from safaridriver (doesn't crash) (3.01 KB, text/plain)
2018-12-05 13:27 PST, BJ Burg
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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)