summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/color-inherit.xhtml
blob: fe3162aa697e4386d6b0cb9702a8d30c782c2ebd (plain)
1
2
3
4
5
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <stack style="align-items: start; justify-items: left;">
    <label style="margin-top: 24px; margin-left: 24px; color: blue; text-shadow: 3px 3px;" value="Hello"/>
  </stack>
</box>