tor-browser

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

font-variant-numeric-ref.html (735B)


      1 <!DOCTYPE HTML>
      2 <html lang="en">
      3 <head>
      4 <title>CSS Test: feature value matching for font-variant-numeric</title>
      5 <link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
      6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      7 <script type="text/javascript" src="support/fonts/gsubtest-features.js"></script>
      8 <script type="text/javascript" src="support/js/font-variant-features.js"></script>
      9 <link rel="stylesheet" href="support/css/font-variant-features.css" type="text/css"/>
     10 </head>
     11 <body>
     12 <div id="content"></div>
     13 <script type="text/javascript">
     14  document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-numeric", true, false));
     15 </script>
     16 </body>
     17 </html>