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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html lang="ja">
3 <body>
4 The following text should be in Japanese font even if the system locale is not J apanese.
5 <div id="test">
6 &#x4e00;&#x4e01;
falken 2013/09/25 08:11:51 Would it be easier to understand the test if you s
7 </div>
8 </body>
9 </html>
OLDNEW
« 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