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

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

Issue 2003853002: Color emoji tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert DEPS change Created 4 years, 6 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8" /> 4 <meta charset="utf-8" />
5 <title>'GRINNING FACE WITH SMILING EYES' (U+1F601)</title> 5 <title>'GRINNING FACE WITH SMILING EYES' (U+1F601)</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <p style="font-family: Segoe UI Symbol;">&#x1f601;😁😜</p> 8 <p style="font-family: Segoe UI Emoji, Segoe UI Symbol;">&#x1f601;😁😜</p>
9 <p>There should be three smiling emojis above.</p> 9 <p>There should be three smiling emojis above.</p>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698