summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/multiple-noblur.xul
blob: 2e9452f56d4996fbd5e305d4e7200af5f54f84aa (plain)
1
2
3
4
5
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <stack>
    <label top="20px" left="20px" style="color:black; text-shadow: purple 4px 4px, red 7px 7px, green 10px 10px, grey 13px 13px;" value="Hello"/>
  </stack>
</box>