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: LayoutTests/fast/text/emoji-font-fallback-win-expected.html

Issue 1312903004: Fix emoji font fallback logic on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « LayoutTests/fast/text/emoji-font-fallback-win.html ('k') | Source/platform/fonts/win/FontFallbackWin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/emoji-font-fallback-win-expected.html
diff --git a/LayoutTests/fast/text/emoji-font-fallback-win-expected.html b/LayoutTests/fast/text/emoji-font-fallback-win-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..59923020d9dc078e32e7e31bb2be2fd4d1586a7c
--- /dev/null
+++ b/LayoutTests/fast/text/emoji-font-fallback-win-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <title>'GRINNING FACE WITH SMILING EYES' (U+1F601)</title>
+ </head>
+ <body>
+ <p style="font-family: Segoe UI Symbol;">&#x1f601;😁😜</p>
+ <p>There should be three smiling emojis above.</p>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/text/emoji-font-fallback-win.html ('k') | Source/platform/fonts/win/FontFallbackWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698