Chromium Code Reviews

Unified Diff: net/base/net_util_unittest.cc

Issue 1696013: Makes FormatURL not strip http for view-source urls. (Closed)
Patch Set: Incorporated review feedback Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/base/net_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_util_unittest.cc
diff --git a/net/base/net_util_unittest.cc b/net/base/net_util_unittest.cc
index 47fe25183219cb771048c21005556d83f9b1de22..3e1661d875ced8eb26e872abc0481941587bb486 100644
--- a/net/base/net_util_unittest.cc
+++ b/net/base/net_util_unittest.cc
@@ -1375,6 +1375,12 @@ TEST(NetUtilTest, FormatUrl) {
default_format_type, UnescapeRule::NORMAL,
L"view-source:view-source:http://xn--qcka1pmc.jp/", 12},
+ // view-source should not omit http.
+ {"view-source omit http",
+ "view-source:http://a.b/c", L"en", net::kFormatUrlOmitAll,
+ UnescapeRule::NORMAL, L"view-source:http://a.b/c",
+ 19},
+
// -------- omit http: --------
{"omit http with user name",
"http://user@example.com/foo", L"", net::kFormatUrlOmitAll,
« no previous file with comments | « net/base/net_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine