tor-browser

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

trailing-declaration-crash.html (141B)


      1 <!DOCTYPE html>
      2 <title>CSS Page: Crash with trailing declarations</title>
      3 <style>
      4  @page {
      5    @top-center {}
      6    size: 500px;
      7  }
      8 </style>