tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

380217-1.xhtml (914B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
      3 <window xmlns:html="http://www.w3.org/1999/xhtml"
      4        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      5        onload="document.documentElement.style.content = '\'a\'';">
      6 
      7 <html:style>
      8 * { position: fixed; }
      9 *:not(style) {
     10  /* At the time this testcase was added, the above `float` styling would
     11     have automatically forced "display:block" for these elements, so we
     12     should preserve that styling to preserve the integrity of the crashtest
     13     since blockification behavior for -moz-box is changing. */
     14  display: block;
     15 }
     16 </html:style>
     17 
     18 <tree rows="6">
     19  <treecols>
     20      <treecol id="firstname" label="First Name" primary="true"/>
     21  </treecols>
     22  <treechildren>
     23    <treeitem>
     24      <treerow>
     25        <treecell/>
     26      </treerow>
     27    </treeitem>
     28  </treechildren>
     29 </tree>
     30 
     31 </window>