tor-browser

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

calc-size-svg-001-crash.html (112B)


      1 <!DOCTYPE HTML>
      2 <style>
      3 
      4 image {
      5  height: calc-size(auto, size * 0.5);
      6 }
      7 
      8 </style>
      9 
     10 <svg><image></image></svg>