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