font-variant-emoji-1.html (754B)
1 <!DOCTYPE html> 2 <meta charset=utf-8> 3 <title>CSS Fonts: font-variant-emoji test</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"/> 5 <link rel="help" href="https://drafts.csswg.org/css-fonts/#font-variant-emoji-prop"/> 6 <link rel="mismatch" href="font-variant-emoji-1-notref.html"/> 7 <meta name="assert" content="U+FE0E and U+FE0F variation selectors should result in different presentation of U+263A WHITE SMILING FACE"/> 8 <style> 9 div { font: 40px/2 serif; } 10 </style> 11 <body> 12 <!-- To check that the two variation selectors give different results, the not-reference file has them swapped. 13 Note: this test assumes the system has both text and emoji glyphs available for U+263A. --> 14 <div>☺︎ ☺️</div>