font-variant-debug.html (904B)
1 <!DOCTYPE HTML> 2 <html lang="en"> 3 <!-- --> 4 <!-- This is a debug version of the tests, it's helpful for debugging --> 5 <!-- --> 6 <head> 7 <title>CSS Test: debug font-variant value tests</title> 8 <link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/> 9 <meta name="assert" content="Each font-variant property value should enable specific features and not others"/> 10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 11 12 <script type="text/javascript" src="support/fonts/gsubtest-features.js"></script> 13 <script type="text/javascript" src="support/js/font-variant-features.js"></script> 14 <link rel="stylesheet" href="support/css/font-variant-features.css" type="text/css"/> 15 </head> 16 <body> 17 <div id="content"></div> 18 <script type="text/javascript"> 19 document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "all", true, true)); 20 </script> 21 </body> 22 </html>