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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/text/font-fallback.html

Issue 1725063002: Update Windows Font Fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 4 years, 9 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>
3 <head>
4 <meta charset="utf-8">
5 <title>Tests Font Fallback</title>
6 <style>
7 span { display: inline-block; width: 10em; }
8 </style>
9 </head>
10 <body>
11 <div><span>Arabic:</span> الأَبْجَدِيَّة العَرَبِيَّة ‎</div>
12 <div><span>Armenian:</span> Հայոց գրեր Hayots grer</div>
13 <div><span>Cherokee:</span> ᎢᏣᎵᏍᎠᏁᏗ</div>
14 <div><span>Devanagari:</span> देवनागरी</div>
15 <div><span>Gurmukhi:</span> ਦਿਲ</div>
16 <div><span>Khmer:</span> អក្សរខ្មែរ;</div>
17 <div><span>Hangul:</span> ㄱ ㄴ ㄷ ㄹ ㅁ ㅂ ㅅ ㆁ ㅋ ㅌ ㅍ ㅈ ㅊ ㅿ ㅇ ㅎ</div>
18 <div><span>Mongolian:</span> ᠮᠣᠩᠭᠣᠯᠪᠢᠴᠢᠭ</div>
19 <div><span>Glagolitic:</span> ⰉⰊⰟⰉ</div>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698