| Index: content/browser/frame_host/render_frame_host_impl_browsertest.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl_browsertest.cc b/content/browser/frame_host/render_frame_host_impl_browsertest.cc
|
| index 9344c92fb5305e49a2e21f6eb9f9c8a2ae6328c9..33826a075585a3edb179abe16d2fc22fc5e83849 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl_browsertest.cc
|
| @@ -56,7 +56,9 @@ class PrerenderTestContentBrowserClient : public TestContentBrowserClient {
|
| using RenderFrameHostImplBrowserTest = ContentBrowserTest;
|
|
|
| // Test that when creating a new window, the main frame is correctly focused.
|
| -IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_AtLoad) {
|
| +// flaky http://crbug.com/452631
|
| +IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest,
|
| + DISABLED_IsFocused_AtLoad) {
|
| EXPECT_TRUE(
|
| NavigateToURL(shell(), GetTestUrl("render_frame_host", "focus.html")));
|
|
|
| @@ -122,7 +124,9 @@ IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, RemoveFocusedFrame) {
|
|
|
| // Test that even if the frame is focused in the frame tree but its
|
| // RenderWidgetHost is not focused, it is not considered as focused.
|
| -IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest, IsFocused_Widget) {
|
| +// flaky http://crbug.com/452631
|
| +IN_PROC_BROWSER_TEST_F(RenderFrameHostImplBrowserTest,
|
| + DISABLED_IsFocused_Widget) {
|
| EXPECT_TRUE(
|
| NavigateToURL(shell(), GetTestUrl("render_frame_host", "focus.html")));
|
| WebContents* web_contents = shell()->web_contents();
|
|
|