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

Unified Diff: components/url_formatter/url_formatter_unittest.cc

Issue 2894313002: Block Tifinagh + Latin mix (Closed)
Patch Set: rebased Created 3 years, 7 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 | « components/url_formatter/idn_spoof_checker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_formatter/url_formatter_unittest.cc
diff --git a/components/url_formatter/url_formatter_unittest.cc b/components/url_formatter/url_formatter_unittest.cc
index 6def90e88646fefeb48689c37d9704e287d0c9d1..efd3a3974284746b9c474daba466d488a2a1da96 100644
--- a/components/url_formatter/url_formatter_unittest.cc
+++ b/components/url_formatter/url_formatter_unittest.cc
@@ -204,6 +204,11 @@ const IDNTestCase idn_cases[] = {
{"xn--ab1-p6q.com", L"ab1\x14BF.com", false},
{"xn--1ab-m6qd.com", L"\x14BF" L"1ab.com", false},
{"xn--ab-jymc.com", L"\x14BF" L"ab.com", false},
+ // Tifinagh + Latin
+ {"xn--liy-go4a.com", L"li\u24dfy.com", false},
+ {"xn--rol-ho4a.com", L"rol\u24df.com", false},
+ {"xn--ily-eo4a.com", L"\u24dfily.com", false},
+ {"xn--1ly-eo4a.com", L"\u24df1ly.com", false},
// Invisibility check
// Thai tone mark malek(U+0E48) repeated
« no previous file with comments | « components/url_formatter/idn_spoof_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698