tor-browser

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

backdrop-dynamic-style-change-ref.html (333B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <style>
      5 .backdrop {
      6    position: absolute;
      7    top: 100px;
      8    left: 100px;
      9    height: 100px;
     10    width: 100px;
     11    background-color: green;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 Test dynamic changes to ::backdrop style. The test passes if there is a green box below.
     17 <div class="backdrop"></div>
     18 </body>
     19 </html>