layout/reftests/text-svgglyphs/svg-glyph-extents-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3 <meta charset="utf-8">
     4 <head>
     5 <style type="text/css">
     6 @font-face {
     7   font-family: foo;
     8   src: url(resources/svg-glyph-extents.otf);
     9 }
    10 body {
    11   font-family: foo;
    12   font-size: 10px;
    13 }
    14 div {
    15   display: inline-block;
    16   height: 100px;
    17   width: 100px;
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <div>A</div>
    23 <div>B</div>
    24 <div>C</div>
    25 <div>D</div>
    26 </body>
    27 </html>

mercurial