| Index: chrome/test/functional/shortcuts.py
|
| diff --git a/chrome/test/functional/shortcuts.py b/chrome/test/functional/shortcuts.py
|
| index 60167f1b69ee50ad89731c66185f48db2190e941..3ff3fed3a816ecf8b3f04b79303d9bb8afec74b4 100755
|
| --- a/chrome/test/functional/shortcuts.py
|
| +++ b/chrome/test/functional/shortcuts.py
|
| @@ -103,8 +103,8 @@ class ShortcutsTest(pyauto.PyUITest):
|
| """Verify view source shortcut."""
|
| self.ApplyAccelerator(pyauto.IDC_VIEW_SOURCE)
|
| self.assertEqual(2, self.GetTabCount(), msg='Cannot View Source.')
|
| - self.assertEqual('view-source:about:blank', self.GetActiveTabURL().spec(),
|
| - msg='View Source URL is not correct.')
|
| + self.assertEqual('view-source:chrome://newtab/',
|
| + self.GetActiveTabURL().spec())
|
|
|
| def testDeveloperToolsShortcut(self):
|
| """Verify developer tools shortcut opens developer tools window.."""
|
|
|