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

Side by Side Diff: ManualTests/zh-font-fallback-android.html

Issue 729573003: Pass script-based locale names to Skia (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a manual test Created 6 years, 1 month 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
« no previous file with comments | « ManualTests/resources/zh-hant.png ('k') | Source/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <meta name="viewport" content="width=device-width,initial-scale=1">
3 <style>
4 .test { font-size: 30px; }
5 </style>
6 <div lang="zh-CN">lang=zh-CN: <span class="test">&#x8AA4;&#x904E;&#x9AA8;</span> </div>
7 <div lang="zh-TW">lang=zh-TW: <span class="test">&#x8AA4;&#x904E;&#x9AA8;</span> </div>
8 <div lang="en">lang=en: <span class="test">&#x8AA4;&#x904E;&#x9AA8;</span></div>
9 <div>no lang: <span class="test">&#x8AA4;&#x904E;&#x9AA8;</span></div>
10 <h2>Expected results:</h2>
11 <div>On Android Lollipop when system locale is not zh-TW or zh-HK,<br>
12 or on previous Android releases regardless of system locale:</div>
13 <img src="resources/zh-hans.png">
14 <div>On Android Lollipop when system locale is zh-TW or zh-HK:</div>
15 <img src="resources/zh-hant.png">
16
OLDNEW
« no previous file with comments | « ManualTests/resources/zh-hant.png ('k') | Source/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698