| Index: third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| index 1ddb50ec685d9928aa572e8428105f0206fa0574..c4acf3e89371e30f6119c8385a361bdd87dd39e7 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/OrientationIteratorTest.cpp
|
| @@ -83,6 +83,11 @@ TEST_F(OrientationIteratorTest, OneAceOfSpades)
|
| CHECK_RUNS({ { "🂡", OrientationIterator::OrientationKeep } });
|
| }
|
|
|
| +TEST_F(OrientationIteratorTest, CombiningCircle)
|
| +{
|
| + CHECK_RUNS({ { "◌́◌̀◌̈◌̂◌̄◌̊", OrientationIterator::OrientationKeep } });
|
| +}
|
| +
|
| TEST_F(OrientationIteratorTest, OneEthiopicSyllable)
|
| {
|
| CHECK_RUNS({ { "ጀ", OrientationIterator::OrientationRotateSideways } });
|
|
|