Commit 9917677e authored by Ehsan Karamad's avatar Ehsan Karamad Committed by Commit Bot

Enable FindRequestManagerTest.ScrollAndZoomIntoView for OOPIF

The OOPIF part was blocked on https://crbug.com/810921 which is now
fixed.

Bug: 810921
Change-Id: Ieafe7d82d594cad99e990e8964517e7dbfcfc090
Reviewed-on: https://chromium-review.googlesource.com/954335Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Reviewed-by: default avatarDavid Bokan <bokan@chromium.org>
Commit-Queue: Ehsan Karamad <ekaramad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542120}
parent ec8f4f09
......@@ -230,12 +230,8 @@ bool ExecuteScriptAndExtractRect(FrameTreeNode* frame,
// Basic test that a search result is actually brought into view.
IN_PROC_BROWSER_TEST_P(FindRequestManagerTest, ScrollAndZoomIntoView) {
LoadAndWait("/find_in_page_desktop.html");
if (GetParam()) {
// TODO(bokan): The OOPIF version of this test is currently broken due to
// bug https://crbug.com/810291.
// MakeChildFrameCrossProcess();
return;
}
if (GetParam())
MakeChildFrameCrossProcess();
FrameTreeNode* root = static_cast<WebContentsImpl*>(shell()->web_contents())
->GetFrameTree()
......
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