Commit 3208bb88 authored by sergeyv@chromium.org's avatar sergeyv@chromium.org

Disable NavigateFromInitiatorTab on OS_WIN

BUG=377337

Review URL: https://codereview.chromium.org/302453006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272810 0039d316-1c4b-4281-b951-d872f2087c98
parent 89ebf4af
...@@ -164,8 +164,14 @@ class PrintPreviewDialogControllerBrowserTest : public InProcessBrowserTest { ...@@ -164,8 +164,14 @@ class PrintPreviewDialogControllerBrowserTest : public InProcessBrowserTest {
// Test to verify that when a initiator navigates, we can create a new preview // Test to verify that when a initiator navigates, we can create a new preview
// dialog for the new tab contents. // dialog for the new tab contents.
// http://crbug.com/377337
#if defined(OS_WIN)
#define MAYBE_NavigateFromInitiatorTab DISABLED_NavigateFromInitiatorTab
#else
#define MAYBE_NavigateFromInitiatorTab NavigateFromInitiatorTab
#endif
IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest, IN_PROC_BROWSER_TEST_F(PrintPreviewDialogControllerBrowserTest,
NavigateFromInitiatorTab) { MAYBE_NavigateFromInitiatorTab) {
// print for the first time. // print for the first time.
PrintPreview(); PrintPreview();
......
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