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