Commit 3d4646b6 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

TabAndMouseFocusNavigation: enable the test back

It was accidentally disabled for non-ozone. It meant to fail for
Ozone/Wayland/X11, but it hasn't been caught because linux-ozone-rel
doesn't run interactive_ui_tests. This will be addressed in a
follow up.

TBR=sky@chromium.org

Bug: 1085700
Change-Id: I7d5bf9548aef630cf09839d1bb2c6ad46b9de4db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401050Reviewed-by: default avatarMaksim Sisov (GMT+3) <msisov@igalia.com>
Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#805680}
parent 5eeca777
......@@ -428,7 +428,7 @@ IN_PROC_BROWSER_TEST_F(SitePerProcessInteractiveBrowserTest,
TabAndMouseFocusNavigation) {
#if defined(USE_OZONE)
// TODO(https://crbug.com/1109696): enable for ozone.
if (!features::IsUsingOzonePlatform())
if (features::IsUsingOzonePlatform())
return;
#endif
GURL main_url(embedded_test_server()->GetURL(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment