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

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

Issue 1422503010: Add script segmentation test for Common + Malayalam (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eb92ed6f88f1ec37195b5d4298b460262327119b..9cb7b56f32ee8acee065968122148fba52066992 100644
--- a/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
+++ b/third_party/WebKit/Source/platform/fonts/ScriptRunIteratorTest.cpp
@@ -728,7 +728,14 @@ TEST_F(ScriptRunIteratorTest, OddLatinString)
CHECK_RUNS({ { "ç̈", USCRIPT_LATIN } });
}
+TEST_F(ScriptRunIteratorTest, CommonMalayalam)
+{
+ CHECK_RUNS({ { "100-ാം", USCRIPT_MALAYALAM } });
+}
+
+
class ScriptRunIteratorICUDataTest : public testing::Test {
+
public:
ScriptRunIteratorICUDataTest()
: m_maxExtensions(0)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698