Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1821)

Unified Diff: content/child/blink_platform_impl_unittest.cc

Issue 2447293002: Don't call lower() on KURL protocol/host (Closed)
Patch Set: add canonicalization layout test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/document-domain-canonicalizes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl_unittest.cc
diff --git a/content/child/blink_platform_impl_unittest.cc b/content/child/blink_platform_impl_unittest.cc
index 423dc17abc956f7c7be2dfd61649efd21ac2f01f..28f7dfbfd27fea2d99b98b3806f1e14ff8a58c7f 100644
--- a/content/child/blink_platform_impl_unittest.cc
+++ b/content/child/blink_platform_impl_unittest.cc
@@ -155,6 +155,7 @@ TEST(BlinkPlatformTest, WebSecurityOriginNormalization) {
{"filesystem:https://example.com/temporary/yay.png"},
{"data"},
{"blob:"},
+ {"chrome://,/"},
{"xkcd://927"},
{"filesystem"},
{"data://example.com:80"},
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/document-domain-canonicalizes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698