diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/browser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/browser.py b/chrome/test/functional/browser.py index cdc78ad..f436e31 100644 --- a/chrome/test/functional/browser.py +++ b/chrome/test/functional/browser.py @@ -150,7 +150,7 @@ class BrowserTest(pyauto.PyUITest): self.assertEquals(popup_pid, parent_pid, msg='Parent and popup are not sharing a process.') - def testPopupSharesSameProcessInIncognito(self): + def testPopupSharesSameProcessInIncognito(self): """Verify parent incognito and popup share same process id""" self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) file_url = self.GetFileURLForDataPath('popup_blocker', |