layout/reftests/font-face/name-collision-with-prefs-font-ref.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>
     2 <html>
     3 <head>
     4 <title>Bug 668758 - @font-face disrupts font preferences</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 body {
    10   margin: 50px;
    11   font-family: serif;
    12 }
    14 </style>
    16 </head>
    18 <body>
    20 <p>
    21 This should be rendered using the default serif font.
    22 </p>
    24 <pre>
    25 And this is preformatted text that ought to be monospaced.
    26 </pre>
    28 </body>
    29 </html>

mercurial