Commit c66e492d authored by Dominique Fauteux-Chapleau's avatar Dominique Fauteux-Chapleau Committed by Chromium LUCI CQ

sheriff: Disabling ScrollClippedFocusedEditableElementIntoView on Mac

TBR=kenrb@chromium.org

Bug: 1156657
Change-Id: Ie6719ce1c844190a8ff85a696824efa52df4efd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579444Reviewed-by: default avatarDominique Fauteux-Chapleau <domfc@chromium.org>
Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#834761}
parent 050dc964
......@@ -2560,8 +2560,16 @@ IN_PROC_BROWSER_TEST_P(SitePerProcessProgrammaticScrollTest,
final_visual_viewport_oopif.Intersects(input_bounds_after_scroll_oopif));
}
// Flaky on Mac, see crbug.com/1156657
#if defined(OS_MAC)
#define MAYBE_ScrollClippedFocusedEditableElementIntoView \
DISABLED_ScrollClippedFocusedEditableElementIntoView
#else
#define MAYBE_ScrollClippedFocusedEditableElementIntoView \
ScrollClippedFocusedEditableElementIntoView
#endif
IN_PROC_BROWSER_TEST_P(SitePerProcessProgrammaticScrollTest,
ScrollClippedFocusedEditableElementIntoView) {
MAYBE_ScrollClippedFocusedEditableElementIntoView) {
GURL url_a(embedded_test_server()->GetURL("a.com", kIframeClippedHTML));
GURL child_url_b(embedded_test_server()->GetURL("b.com", kInputBoxHTML));
......
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