summaryrefslogtreecommitdiff
path: root/chromium/components/url_formatter/url_fixer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/url_formatter/url_fixer_unittest.cc')
-rw-r--r--chromium/components/url_formatter/url_fixer_unittest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/url_formatter/url_fixer_unittest.cc b/chromium/components/url_formatter/url_fixer_unittest.cc
index 5415d19f31b..6529c034de7 100644
--- a/chromium/components/url_formatter/url_fixer_unittest.cc
+++ b/chromium/components/url_formatter/url_fixer_unittest.cc
@@ -306,6 +306,7 @@ struct FixupCase {
{"about:foo", "chrome://foo/"},
{"about:version", "chrome://version/"},
{"about:blank", "about:blank"},
+ {"About:blaNk", "about:blank"},
{"about:usr:pwd@hst:20/pth?qry#ref", "chrome://hst/pth?qry#ref"},
{"about://usr:pwd@hst/pth?qry#ref", "chrome://hst/pth?qry#ref"},
{"chrome:usr:pwd@hst/pth?qry#ref", "chrome://hst/pth?qry#ref"},