layout/reftests/xul/menulist-shrinkwrap-2-ref.xul

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 <?xml version="1.0"?>
     2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     3   <style xmlns="http://www.w3.org/1999/xhtml">
     4     <![CDATA[
     5       menulist, menuitem, label { font: Menu }
     6       #measurelabel { color: transparent }
     7     ]]>
     8   </style>
     9   <stack>
    10     <vbox>
    11       <menulist>
    12         <menupopup>
    13           <menuitem value="1" label="long item" />
    14           <menuitem value="2" label="short" />
    15         </menupopup>
    16       </menulist>
    17     </vbox>
    18     <hbox>
    19       <label id="measurelabel" value="long item" />
    20       <!-- cover up the right edge of the above -->
    21       <box flex="1" style="background: white" />
    22     </hbox>
    23   </stack>
    24 </window>

mercurial