tor-browser

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

fieldset-transform-translatez-ref.html (266B)


      1 <!DOCTYPE html>
      2 <title>Reference for Fieldset and transform: translateZ(0)</title>
      3 <style>
      4 fieldset { background: #eee; margin: 0 0 10px; }
      5 </style>
      6 <p>It should say PASS below without anything obscuring the text.</p>
      7 
      8 <fieldset>
      9  <legend>PASS</legend>
     10 </fieldset>