summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/functional/browser.py')
-rw-r--r--chrome/test/functional/browser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/functional/browser.py b/chrome/test/functional/browser.py
index a7f7f18..f7c64df 100644
--- a/chrome/test/functional/browser.py
+++ b/chrome/test/functional/browser.py
@@ -177,7 +177,7 @@ class BrowserTest(pyauto.PyUITest):
def testPopupSharesProcess(self):
"""Verify that parent tab and popup share a process."""
file_url = self.GetFileURLForPath(os.path.join(
- self.DataDir(), 'popup_blocker', 'popup-blocked-to-post-blank.html'))
+ self.DataDir(), 'popup_blocker', 'popup-window-open.html'))
self.NavigateToURL(file_url)
blocked_popups = self.GetBlockedPopupsInfo()
self.assertEqual(1, len(blocked_popups), msg='Popup not blocked')
@@ -194,7 +194,7 @@ class BrowserTest(pyauto.PyUITest):
its popup process. Reloading both should share a process again.
"""
file_url = self.GetFileURLForPath(os.path.join(
- self.DataDir(), 'popup_blocker', 'popup-blocked-to-post-blank.html'))
+ self.DataDir(), 'popup_blocker', 'popup-window-open.html'))
self.NavigateToURL(file_url)
blocked_popups = self.GetBlockedPopupsInfo()
self.assertEqual(1, len(blocked_popups), msg='Popup not blocked')