tor-browser

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

test_document_adopted_styles_ref.html (184B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <body>
      4  <div class="target"></div>
      5  <style> .target { width: 100px; height: 100px; border-style: solid; border-color: blue; } </style>
      6 </body>