tor-browser

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

1043537-1-ref.html (332B)


      1 <html>
      2 <head>
      3 <meta charset="utf-8" />
      4 <title>Reference #1 for bug #1043537</title>
      5 <style>
      6 div {
      7  width: 200px;
      8  height: 200px;
      9  background: yellow;
     10 }
     11 
     12 div:before {
     13  content: '';
     14  background: hotpink;
     15  display: block;
     16  width: 40px;
     17  height: 40px;
     18  overflow: hidden;
     19 }
     20 </style>
     21 </head>
     22 <body>
     23  <div></div>
     24 </body>
     25 </html>