Commit 3a5a4c01 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Temporarily re-enable CursorUpdateReceivedFromCrossSiteIframe.

Re-enabling this test just long enough to collect logs from a couple
of flakey runs of the test.

TBR=kenrb@chromium.org

Bug: 882458
Change-Id: Icb727a91a0b4178cf4cf18a162d218c78f47371f
Reviewed-on: https://chromium-review.googlesource.com/1227306Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591485}
parent 260972dd
......@@ -3049,16 +3049,8 @@ void CursorUpdateReceivedFromCrossSiteIframeHelper(
} // namespace
#if defined(OS_WIN)
// https://crbug.com/882458
#define MAYBE_CursorUpdateReceivedFromCrossSiteIframe \
DISABLED_CursorUpdateReceivedFromCrossSiteIframe
#else
#define MAYBE_CursorUpdateReceivedFromCrossSiteIframe \
CursorUpdateReceivedFromCrossSiteIframe
#endif
IN_PROC_BROWSER_TEST_P(SitePerProcessHitTestBrowserTest,
MAYBE_CursorUpdateReceivedFromCrossSiteIframe) {
CursorUpdateReceivedFromCrossSiteIframe) {
CursorUpdateReceivedFromCrossSiteIframeHelper(shell(),
embedded_test_server());
}
......
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