Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-fonts/font-variant-position.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CSS Test: feature value matching for font-variant-position</title>
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
<link rel="match" href="font-variant-position-ref.html"/>
<meta name="assert" content="Values of font-variant-position should enable specific features without enabling others"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="support/fonts/gsubtest-features.js"></script>
<script type="text/javascript" src="support/js/font-variant-features.js"></script>
<link rel="stylesheet" href="support/css/font-variant-features.css" type="text/css"/>
</head>
<body>
<div id="content"></div>
<script type="text/javascript">
document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-position", false, false));
</script>
</body>
</html>