layout/reftests/font-face/bug533251-ref.html

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

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

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

     1 <!DOCTYPE HTML>
     2 <html lang="en">
     3 <head>
     4 <title>Bug 533251 crashtest</title>
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     7 <style type="text/css">
     9 @font-face {
    10   font-family: test;
    11   src: url(../fonts/markA.ttf);
    12 }
    14 body {
    15   background-color: white;
    16 }
    18 p { font-family: test; }
    20 </style>
    21 </head>
    22 <body>
    23 <p>A</p>
    24 </body>
    25 </html>

mercurial