font-variant-ligatures.html (1008B)
1 <!DOCTYPE HTML> 2 <html lang="en"> 3 <head> 4 <title>CSS Test: feature value matching for font-variant-ligatures</title> 5 <link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/> 6 <link rel="help" href="http://www.w3.org/TR/css-fonts-3/#font-variant-ligatures-prop"/> 7 <link rel="match" href="font-variant-ligatures-ref.html"/> 8 <meta name="assert" content="Values of font-variant-ligatures should enable specific features without enabling others"/> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 10 <script type="text/javascript" src="support/fonts/gsubtest-features.js"></script> 11 <script type="text/javascript" src="support/js/font-variant-features.js"></script> 12 <link rel="stylesheet" href="support/css/font-variant-features.css" type="text/css"/> 13 </head> 14 <body> 15 <div id="content"></div> 16 <script type="text/javascript"> 17 document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-ligatures", false, false)); 18 </script> 19 </body> 20 </html>