layout/reftests/font-matching/defaultjapanese-bolditalic.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" />
     3 <style type="text/css">
     4 body { margin: 50px; font-size: 72pt; }
     5 #test { font-weight: bold; font-style: italic; }
     6 </style>
     7 </head>
     8 <body><p id="test">魅力的な人</p></body>
     9 </html>

mercurial