emoji-02.html (437B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Check that HUGE emoji char renders something visible (bug 715798, bug 779042)</title> 6 <style type="text/css"> 7 body { 8 margin: 10px; 9 font-size: 40px; 10 line-height: 600px; 11 } 12 </style> 13 </head> 14 <body> 15 <div> 16 <!-- If the emoji size is too big, skia will fail to render it. 250 seems to be the max --> 17 U+1F633: <span style="font-size:250px">😳</span> 18 </div> 19 </body> 20 </html>