tor-browser

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

font-size-adjust-generic-font-fallback-crash.html (368B)


      1 <!DOCTYPE html>
      2 <title>Crash test for using a generic font family and font-size-adjust together.</title>
      3 <link rel="author" title="ChangSeok Oh" href="mailto:changseok@webkit.org">
      4 <link rel="help" href="https://crbug.com/1458673">
      5 <style>
      6 .crash {
      7  font-family: fantasy;
      8  font-size-adjust: 1.0;
      9 }
     10 </style>
     11 <div class="crash">Test passes if it does not crash.</div>