tor-browser

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

font-face-local-css-wide-keyword-crash.html (306B)


      1 <!DOCTYPE html>
      2 <title>Crash test for using unquoted CSS-wide keyword in local() font</title>
      3 <link rel="help" href="https://crbug.com/1342244">
      4 <style>
      5  @font-face {
      6    font-family: 'TestFont';
      7    src: local(default);
      8  }
      9 </style>
     10 <p style="font-family: TestFont">Test passes if it does not crash.</p>