Index: chrome/browser/ui/browser_navigator_browsertest.cc |
diff --git a/chrome/browser/ui/browser_navigator_browsertest.cc b/chrome/browser/ui/browser_navigator_browsertest.cc |
index 6d8ddcc5b2852ba34081390e52147246ab302f00..b13ddb0ccc09fdd0de1d5aea0866ba3691f3f456 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.cc |
+++ b/chrome/browser/ui/browser_navigator_browsertest.cc |
@@ -185,6 +185,8 @@ namespace { |
// This test verifies that when a navigation occurs within a tab, the tab count |
// of the Browser remains the same and the current tab bears the loaded URL. |
+// Note that network URLs are not actually loaded in tests, so this also tests |
+// that error pages leave the intended URL in the address bar. |
IN_PROC_BROWSER_TEST_F(BrowserNavigatorTest, Disposition_CurrentTab) { |
ui_test_utils::NavigateToURL(browser(), GetGoogleURL()); |
EXPECT_EQ(GetGoogleURL(), |