Fix WebviewTest.SendFocusEventWhenVKShouldBeShown
Bug: 1226122 Test: cast_shell_browsertests Change-Id: I16c3250aa3139d4684c8d98ec5d8121455a87489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3006276 Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Shawn Gallea <sagallea@google.com> Cr-Commit-Position: refs/heads/master@{#899290}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2f607d04b7
commit
3e10da9b2c
@ -780,7 +780,9 @@ IN_PROC_BROWSER_TEST_F(WebviewTest, SendFocusEventWhenVKShouldBeShown) {
|
||||
ui::ET_TOUCH_PRESSED, 300, 300));
|
||||
SubmitWebviewRequest(&webview, GenerateTouchInputRequest(
|
||||
ui::ET_TOUCH_RELEASED, 300, 300));
|
||||
});
|
||||
})
|
||||
.WillRepeatedly(
|
||||
[](std::unique_ptr<webview::WebviewResponse> response) {});
|
||||
|
||||
auto input_focus_none_check =
|
||||
[](const std::unique_ptr<webview::WebviewResponse>& response) {
|
||||
|
Reference in New Issue
Block a user