| 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 },
|
|
|