summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/basic-negcoord.xul
blob: d3ccaab2f07a451d247e69e86a0fc0fb16b7598f (plain)
1
2
3
4
5
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <stack>
    <label top="24px" left="24px" style="color: black; text-shadow: green -4px -4px" value="Hello!"/>
  </stack>
</box>