gecko/layout/reftests/text-shadow/blur-opacity.html
Cameron McCormack 269bc6d50f Bug 791434 - Tweak text-shadow/blur-opacty.html to bring it in line with what landed on Aurora.
--HG--
extra : rebase_source : 72c71b9ff7509fea660c8abcd2559b0cf1b737d2
2012-09-28 17:03:53 +10:00

8 lines
245 B
HTML

<style>
@font-face {
font-family: Ahem;
src: url(../fonts/Ahem.ttf);
}
</style>
<div style="position: absolute; clip: rect(20px, 100px, 100px, 20px); font: 128px Ahem; color: transparent; text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 1px">a</div>