summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/blur-opacity.html
blob: 176bd8f29f67e09fae379e579751ceb8e28d2fca (plain)
1
2
3
4
5
6
7
<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>