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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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