tor-browser

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

reuse-sc-style-change-1-ref.html (193B)


      1 <!DOCTYPE html>
      2 <html>
      3 
      4 <head>
      5  <meta charset="UTF-8">
      6 </head>
      7 
      8 <body>
      9  <div style="will-change: transform;">
     10    Foo
     11  </div>
     12  <div style="color: green;">
     13    Bar
     14  </div>
     15 </body>
     16 
     17 </html>