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

Unified Diff: third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.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/ScriptRunIteratorTest.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp b/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
index 84ab5685d00036d819fdb87ce819f14ff12ff227..4797551497ceeffcd12a337380d9240590196017 100644
--- a/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
@@ -363,6 +363,12 @@ TEST_F(ScriptRunIteratorTest, Common)
CHECK_RUNS({ { " ... !?", USCRIPT_COMMON } });
}
+TEST_F(ScriptRunIteratorTest, CombiningCircle)
+{
+ CHECK_RUNS({ { "◌́◌̀◌̈◌̂◌̄◌̊", USCRIPT_COMMON } });
+}
+
+
TEST_F(ScriptRunIteratorTest, Latin)
{
CHECK_RUNS({ { "latin", USCRIPT_LATIN } });

Powered by Google App Engine
This is Rietveld 408576698