tor-browser

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

check-style-sheet.js (124B)


      1 test(function() {
      2  assert_equals(getComputedStyle(document.getElementById("test")).position,
      3                "fixed");
      4 });