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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <?xml version="1.0"?>
     2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
     3 <?xml-stylesheet href="data:text/css,
     4 vbox { height: 50px; }
     5 box {
     6   -moz-appearance: button;
     7 }
     8 " type="text/css"?>
    10 <window title="Reference for mini, small and regular button sizes"
    11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    12   <vbox>
    13     <hbox><box width="79" height="16"/></hbox>
    14   </vbox>
    15   <vbox>
    16     <hbox><box width="79" height="19"/></hbox>
    17   </vbox>
    18   <vbox>
    19     <hbox><box width="79" height="22"/></hbox>
    20   </vbox>
    21 </window>

mercurial