layout/reftests/font-matching/arialunicode-bold.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <!DOCTYPE HTML><html><head>
     2 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     4 <style type="text/css">
     5 body { margin: 50px; font-size: 72pt; }
     6 #test { font-family: Arial Unicode MS, serif; font-weight: bold; }
     7 </style>
     8 </head>
     9 <body><p id="test">Bongo</p></body>
    10 </html>

mercurial