| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| index 7e4bd9e9c9f2e0d5d78c9ee0eafafb2eaa9ec250..6499faa4d6c8dbe97225faa3a5ab0f37f69417fa 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenterTest.cpp
|
| @@ -210,6 +210,12 @@ TEST_F(RunSegmenterTest, JapaneseSmallCaps)
|
| });
|
| }
|
|
|
| +TEST_F(RunSegmenterTest, DingbatsMiscSymbolsModifier)
|
| +{
|
| + CHECK_RUNS_HORIZONTAL_NORMAL({ { "⛹🏻✍🏻✊🏼", USCRIPT_UNKNOWN, OrientationIterator::OrientationKeep, SmallCapsIterator::SmallCapsSameCase, FontFallbackPriority::EmojiEmoji } });
|
| +}
|
| +
|
| +
|
| TEST_F(RunSegmenterTest, ArmenianCyrillicSmallCaps)
|
| {
|
| CHECK_RUNS_HORIZONTAL_SMALLCAPS({ { "աբգ", USCRIPT_ARMENIAN, OrientationIterator::OrientationKeep, SmallCapsIterator::SmallCapsUppercaseNeeded, FontFallbackPriority::Text },
|
|
|