summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul/text-small-caps-1.xhtml
blob: 7a7775f38e6dd1da4ef308cc1237f8893f20ee4d (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="start">
<hbox style="font: 40px monospace;">
  <label value="lowercase" style="font-variant: normal;"/>
  <label value="smallcaps" style="font-variant: small-caps;"/>
  <label value="CAPITALS" style="font-variant: small-caps;"/>
</hbox>
</window>