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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/reftests/radiosize-ref.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,32 @@
     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: radio;
    1.10 +  margin-left: 2px;
    1.11 +  margin-top: 1px;
    1.12 +}
    1.13 +" type="text/css"?>
    1.14 +
    1.15 +<window title="Reference for mini, small and regular radio button sizes"
    1.16 +        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    1.17 +  <vbox>
    1.18 +    <hbox><box width="11" height="11"/></hbox>
    1.19 +  </vbox>
    1.20 +  <vbox>
    1.21 +    <hbox><box width="13" height="13"/></hbox>
    1.22 +  </vbox>
    1.23 +  <vbox>
    1.24 +    <hbox><box width="16" height="16"/></hbox>
    1.25 +  </vbox>
    1.26 +  <vbox>
    1.27 +    <hbox selected="true"><box width="11" height="11"/></hbox>
    1.28 +  </vbox>
    1.29 +  <vbox>
    1.30 +    <hbox selected="true"><box width="13" height="13"/></hbox>
    1.31 +  </vbox>
    1.32 +  <vbox>
    1.33 +    <hbox selected="true"><box width="16" height="16"/></hbox>
    1.34 +  </vbox>
    1.35 +</window>

mercurial