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

Side by Side Diff: LayoutTests/fast/text/international/lang-glyph-cache-separation-expected.html

Issue 24622002: Workaround font preference in CJK DOM locales (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Test Created 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #ja {
4 position: absolute;
5 top: 100px;
6 left: 0px;
7 }
8 #zh {
9 position: absolute;
10 top: 200px;
11 left: 0px;
12 }
13 </style>
14 Tests if glyph caches of different languages interfere.<br>
15 On systems that ja and zh have different font preferences, the following two div s should be displayed in corresponding preferred fonts respectively.
16 <!-- The sequence of the following divs is difference between the test and the r ef. -->
17 <div id="zh" lang="zh">Chinese: &#x4E00;&#x4E01;</div>
18 <div id="ja" lang="ja">Japanese: &#x4E00;&#x4E01;</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698