summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/ui/browser_browsertest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc
index e46adbb..46cb2cc 100644
--- a/chrome/browser/ui/browser_browsertest.cc
+++ b/chrome/browser/ui/browser_browsertest.cc
@@ -512,7 +512,9 @@ IN_PROC_BROWSER_TEST_F(BeforeUnloadAtQuitWithTwoWindows,
// The script must open a new tab, set its window.opener to null, and navigate
// it to a cross-site URL. It should also work for meta-refreshes.
// See http://crbug.com/93517.
-IN_PROC_BROWSER_TEST_F(BrowserTest, NullOpenerRedirectForksProcess) {
+// TODO(japhet): This is failing because of a WebKit patch's handling of
+// about:blank versus GURL(). See http://crbug.com/161152
+IN_PROC_BROWSER_TEST_F(BrowserTest, DISABLED_NullOpenerRedirectForksProcess) {
CommandLine::ForCurrentProcess()->AppendSwitch(
switches::kDisablePopupBlocking);