layout/reftests/text-shadow/blur-opacity-ref.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 <style>
     2 @font-face {
     3   font-family: Ahem;
     4   src: url(../fonts/Ahem.ttf);
     5 }
     6 </style>
     7 <div style="position: absolute; clip: rect(20px, 100px, 100px, 20px); font: 128px Ahem; color: #7f7f7f">a</div>

mercurial