layout/reftests/font-face/ahem-metrics-1.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 <title>Testcase, bug 467084</title>
     2 <style>
     3 html { background: white; }
     4 @font-face { font-family: "AcidAhemTest"; src: url(../fonts/Ahem.ttf); }
     5 body { background: blue; height: 100px; width: 100px; padding: 5px; }
     6 span { color: transparent; background: aqua; font: 100px/1 AcidAhemTest; }
     7 </style>
     8 <span>X</span>

mercurial