layout/reftests/text-svgglyphs/svg-glyph-html.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 <title>Test for SVG glyphs being used in HTML content</title>
     3 <style>
     4   @font-face {
     5     font-family: "Liberation";
     6     src: url(resources/svg.woff);
     7   }
     8   html { width: 400px; height: 400px; background-color: white; }
     9   body { margin: 0; }
    10   div { font: 200px Liberation; color: fuchsia; line-height: 1; stroke: none; }
    11 </style>
    12 <div>b</div>

mercurial