layout/reftests/font-face/name-collision-with-prefs-font-ref.html

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

     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