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

Unified Diff: ManualTests/font-fallback-locale.html

Issue 23503080: Pass DOM locale to Skia in FontCache::getFontDataForCharacter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@fontcleanup
Patch Set: Pure Android only Created 7 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
« no previous file with comments | « no previous file | Source/core/css/CSSFontSelector.cpp » ('j') | Source/core/platform/graphics/FontCache.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/font-fallback-locale.html
diff --git a/ManualTests/font-fallback-locale.html b/ManualTests/font-fallback-locale.html
new file mode 100644
index 0000000000000000000000000000000000000000..2cd3a457baf58b6c0ff7e0b70f2883eb61a5b0b5
--- /dev/null
+++ b/ManualTests/font-fallback-locale.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="ja">
+<body>
+The following text should be in Japanese font even if the system locale is not Japanese.
+<div id="test">
+&#x4e00;&#x4e01;
falken 2013/09/25 08:11:51 Would it be easier to understand the test if you s
+</div>
+</body>
+</html>
« no previous file with comments | « no previous file | Source/core/css/CSSFontSelector.cpp » ('j') | Source/core/platform/graphics/FontCache.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698