layout/reftests/text/space-font-1-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html>
     2 <html lang="en">
     3 <head>
     4   <meta charset="UTF-8">
     5   <title>Bug 970891</title>
     6   <style type="text/css">
     7     @font-face {
     8       font-family: "test";
     9       src: url(../fonts/markA.ttf);
    10     }
    11     div {
    12       font-family: test, monospace;
    13       font-size: 16px;
    14       line-height: 32px;
    15     }
    16     span {
    17       font-family: monospace;
    18     }
    19   </style>
    20 </head>
    22 <body>
    23   <div><b>A</b><span> </span><b>A</b><span> </span><i>A</i><span> </span><i>A</i></div>
    24 </body>
    26 </html>

mercurial