tor-browser

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

1773633-text-zoom.html (168B)


      1 <!doctype html>
      2 <html reftest-text-zoom="1.5">
      3 <style>
      4  div {
      5    width: 100px;
      6    height: 100px;
      7    background-color: purple;
      8  }
      9 </style>
     10 <div>Box with text</div>