summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/multiple-noblur.xhtml
blob: ef0dad651848ca2d64cab4c95b9beb726c28523d (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: 20px; margin-left: 20px; color: black; text-shadow: purple 4px 4px, red 7px 7px, green 10px 10px, grey 13px 13px;" value="Hello"/>
  </stack>
</box>