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.
4 The following text should be in Japanese font even if the system locale is not J
apanese.
5 <div id="test">
6 一丁
falken
2013/09/25 08:11:51
Would it be easier to understand the test if you s
Would it be easier to understand the test if you something like:
The font used for 海 should be different for Chinese vs Japanese, regardless of
system locale:
<div lang="zh">Chinese: 海</div>
<div lang="ja">Japanese: 海</div>
Issue 23503080: Pass DOM locale to Skia in FontCache::getFontDataForCharacter
(Closed)
Created 7 years, 3 months ago by Xianzhu
Modified 7 years, 2 months ago
Reviewers: eae, eseidel, jungshik at Google, falken, djsollen
Base URL: https://chromium.googlesource.com/chromium/blink.git@fontcleanup
Comments: 9