emoji-02-notref.html (342B)
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 U+1F633: <span style="font-size:400px"> </span> 17 </div> 18 </body> 19 </html>