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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/text/font-fallback.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-fallback.html b/third_party/WebKit/LayoutTests/fast/text/font-fallback.html
new file mode 100644
index 0000000000000000000000000000000000000000..b86777e7e1b634fa9f46ef20c1ddc7df89f34e0e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/font-fallback.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Tests Font Fallback</title>
+ <style>
+ span { display: inline-block; width: 10em; }
+ </style>
+ </head>
+ <body>
+ <div><span>Arabic:</span> الأَبْجَدِيَّة العَرَبِيَّة ‎</div>
+ <div><span>Armenian:</span> Հայոց գրեր Hayots grer</div>
+ <div><span>Cherokee:</span> ᎢᏣᎵᏍᎠᏁᏗ</div>
+ <div><span>Devanagari:</span> देवनागरी</div>
+ <div><span>Gurmukhi:</span> ਦਿਲ</div>
+ <div><span>Khmer:</span> អក្សរខ្មែរ;</div>
+ <div><span>Hangul:</span> ㄱ ㄴ ㄷ ㄹ ㅁ ㅂ ㅅ ㆁ ㅋ ㅌ ㅍ ㅈ ㅊ ㅿ ㅇ ㅎ</div>
+ <div><span>Mongolian:</span> ᠮᠣᠩᠭᠣᠯᠪᠢᠴᠢᠭ</div>
+ <div><span>Glagolitic:</span> ⰉⰊⰟⰉ</div>
+ </body>
+</html>
« 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