tor-browser

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

object--auto-auto--0-px--ref.html (714B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <html xmlns="http://www.w3.org/1999/xhtml">
      6  <head>
      7 
      8    <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=294086 -->
      9 
     10    <title>Reference for test object--auto-auto--0-px.html</title>
     11 
     12    <style type="text/css">
     13 
     14 html, body {
     15  padding: 0;
     16  border: 0;
     17  margin: 0;
     18  width: 100%;
     19  height: 100%;
     20  /* XXX Not sure why we get scrolling with 'div' but not 'object'. */
     21  overflow: hidden;
     22 }
     23 
     24 div {
     25  padding: 0;
     26  border: 1px solid blue;
     27  margin: 50px;
     28  width: 0;
     29  height: 70px;
     30 }
     31 
     32    </style>
     33  </head>
     34  <body>
     35    <div></div>
     36  </body>
     37 </html>