Commit 9a347015 authored by Yi Gu's avatar Yi Gu Committed by Commit Bot

[VizHitTesting] Re-enable SitePerProcessHitTestBrowserTest.CreateContextMenuTest on Win

Tested locally and didn't see the crash mentioned in crbug.com/545547.

Bug: 545547
Change-Id: I597c4ae170b3d5297a18472d3e4f1b7923856057
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897244Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713860}
parent 417d037d
...@@ -5598,9 +5598,8 @@ void CreateContextMenuTestHelper( ...@@ -5598,9 +5598,8 @@ void CreateContextMenuTestHelper(
EXPECT_NEAR(point.y(), params.y, kHitTestTolerance); EXPECT_NEAR(point.y(), params.y, kHitTestTolerance);
} }
#if defined(OS_ANDROID) || defined(OS_WIN) #if defined(OS_ANDROID)
// High DPI tests don't work properly on Android, which has fixed scale factor. // High DPI tests don't work properly on Android, which has fixed scale factor.
// Windows is disabled because of https://crbug.com/545547.
#define MAYBE_CreateContextMenuTest DISABLED_CreateContextMenuTest #define MAYBE_CreateContextMenuTest DISABLED_CreateContextMenuTest
#else #else
#define MAYBE_CreateContextMenuTest CreateContextMenuTest #define MAYBE_CreateContextMenuTest CreateContextMenuTest
......
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