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

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

Issue 2321043002: Disable Math and Symbols segmentation, fix dotted circle sequence (Closed)
Patch Set: Fix comment wording Created 4 years, 3 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/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 } });

Powered by Google App Engine
This is Rietveld 408576698