toolkit/themes/osx/reftests/482681-ref.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/reftests/482681-ref.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0"?>
     1.5 +<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     1.6 +<?xml-stylesheet href="data:text/css,
     1.7 +vbox { height: 50px; }
     1.8 +box {
     1.9 +  -moz-appearance: button;
    1.10 +}
    1.11 +" type="text/css"?>
    1.12 +
    1.13 +<window title="Reference for mini, small and regular button sizes"
    1.14 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.15 +  <vbox>
    1.16 +    <hbox><box width="79" height="16"/></hbox>
    1.17 +  </vbox>
    1.18 +  <vbox>
    1.19 +    <hbox><box width="79" height="19"/></hbox>
    1.20 +  </vbox>
    1.21 +  <vbox>
    1.22 +    <hbox><box width="79" height="22"/></hbox>
    1.23 +  </vbox>
    1.24 +</window>

mercurial