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

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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: radio;
     7   margin-left: 2px;
     8   margin-top: 1px;
     9 }
    10 " type="text/css"?>
    12 <window title="Reference for mini, small and regular radio button sizes"
    13         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    14   <vbox>
    15     <hbox><box width="11" height="11"/></hbox>
    16   </vbox>
    17   <vbox>
    18     <hbox><box width="13" height="13"/></hbox>
    19   </vbox>
    20   <vbox>
    21     <hbox><box width="16" height="16"/></hbox>
    22   </vbox>
    23   <vbox>
    24     <hbox selected="true"><box width="11" height="11"/></hbox>
    25   </vbox>
    26   <vbox>
    27     <hbox selected="true"><box width="13" height="13"/></hbox>
    28   </vbox>
    29   <vbox>
    30     <hbox selected="true"><box width="16" height="16"/></hbox>
    31   </vbox>
    32 </window>

mercurial