tor-browser

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

1222783.xhtml (443B)


      1 <?xml version="1.0"?>
      2 <!DOCTYPE html>
      3 <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
      4 <title>Test, bug 1222783</title>
      5 <body>
      6 
      7 
      8 <div id="container" style="width: 400px">
      9  <div id="float1" style="float: left; height: 50px; width: 50px"></div>
     10  <div id="float2" style="float: left; clear: left; height: 50px; width: 200px"></div>
     11 
     12  <frameset cols="50%,50%">
     13    <frame></frame>
     14    <frame></frame>
     15  </frameset>
     16 </div>
     17 
     18 </body>
     19 </html>