tor-browser

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

1161752-5-embed-ref.html (468B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <title>Testcase for bug 1161752</title>
      5 <style>
      6  body,html { margin:0; padding:0; }
      7  div
      8    {
      9      height: 56px;
     10      width: 100px;
     11      vertical-align: top;
     12      margin-bottom: 50px;
     13      margin-right: 100px;
     14      margin-left: auto;
     15    }
     16  div div
     17    {
     18      height: 50px;
     19      width: 100px;
     20      background-color: green;
     21    }
     22 
     23 </style>
     24 </head>
     25 <body>
     26 
     27  <div><div></div></div>
     28 
     29 </body>
     30 </html>