Index: chrome/test/functional/test_utils.py |
diff --git a/chrome/test/functional/test_utils.py b/chrome/test/functional/test_utils.py |
index 41eee9896488c4bfad10eed75930bee32b10d66f..e20f69fa6ea171da80b7d01f913078002ec8df3b 100644 |
--- a/chrome/test/functional/test_utils.py |
+++ b/chrome/test/functional/test_utils.py |
@@ -23,7 +23,7 @@ import pyauto_utils |
def CrashBrowser(test): |
"""Crashes the browser by navigating to special URL.""" |
- test.NavigateToURL('about:inducebrowsercrashforrealz') |
+ test.NavigateToURL('chrome://inducebrowsercrashforrealz') |
def CopyFileFromDataDirToDownloadDir(test, file_path): |