tor-browser

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

page_style_only_alternates.html (280B)


      1 <!doctype html>
      2 <title>Test for the page style menu</title>
      3 <!-- We only have alternates here intentionally. "Basic Page Style" should still work and remove the blue / red colors -->
      4 <style title="blue">:root { color: blue }</style>
      5 <style title="red">:root { color: red}</style>