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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win.html

Issue 1740593002: Use Skia's matchFamilyStyleCharacter API for font fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win.html b/third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win.html
new file mode 100644
index 0000000000000000000000000000000000000000..1f1706a9d7422296469d75a013b6cf42b459d9fc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <title>Symbol font fallback</title>
+</head>
+<body>
+ <p>Three dimensional angle:</p>
+ <p>&#x27c0;</p>
+ <p>Arrows: left, up, right, down</p>
+ <p>&#xffe9;&#xffea;&#xffeb;&#xffec;</p>
+</body>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/font-fallback-symbols-win-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698