tor-browser

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

implicit-contain-ref.html (302B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 
      6 body { margin: 50px; }
      7 .ib { display: inline-block; }
      8 #scope {
      9  background: green;
     10  width: 100px;
     11  height: 100px;
     12 }
     13 
     14 </style>
     15 </head>
     16 <body>
     17 <div style="height: 25px"></div>
     18 <div class=ib style="width: 25px"></div><div class=ib id=scope></div>
     19 </body>
     20 </html>