DescriptionFix and enable WebViewInteractiveTest.Focus_InputMethod
There were couple issues that were fixed:
1. If oninput listener fires before the guest is requested to "wait
for oninput", we would timeout. This is taken care of by a flag.
2. TextInputClient::SetCompositionText() call sends an IPC to the
renderer/, if the next JavaScript step runs before the IPC is sent
then that would fail the test. This is taken care of by sending
executing empty JavaScript code on the embedder.
BUG=387956
Test=Internal test only change, nothing visible.
Committed: https://crrev.com/f69da7c88e832aa7751d5756c7beff3e183e905f
Cr-Commit-Position: refs/heads/master@{#293341}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|