layout/reftests/text/emoji-02.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     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">&#x1F633;</span>
    17 </div>
    18 </body>
    19 </html>

mercurial