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