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

Unified Diff: third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp

Issue 1780723002: Enable Emoji Fitzpatrick modifier sequences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased on renamed CharacterData file Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp
index 722366ec578227285814ba01aca61e5811663139..02b6cb73b746c5e282bc1a5269ab317206988200 100644
--- a/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/SymbolsIteratorTest.cpp
@@ -175,6 +175,11 @@ TEST_F(SymbolsIteratorTest, Modifier)
CHECK_RUNS({ { "πŸ‘ΆπŸΏ", FontFallbackPriority::EmojiEmoji } });
}
+TEST_F(SymbolsIteratorTest, DingbatsMiscSymbolsModifier)
+{
+ CHECK_RUNS({ { "β›ΉπŸ»βœπŸ»βœŠπŸΌ", FontFallbackPriority::EmojiEmoji } });
+}
+
TEST_F(SymbolsIteratorTest, ExtraZWJPrefix)
{
CHECK_RUNS({ { "\xE2\x80\x8D", FontFallbackPriority::Text },

Powered by Google App Engine
This is Rietveld 408576698