diff options
Diffstat (limited to 'layout/reftests/xul/text-small-caps-1.xul')
-rw-r--r-- | layout/reftests/xul/text-small-caps-1.xul | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/xul/text-small-caps-1.xul b/layout/reftests/xul/text-small-caps-1.xul new file mode 100644 index 000000000..e1d1d77be --- /dev/null +++ b/layout/reftests/xul/text-small-caps-1.xul @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" align="left"> +<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> |