mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
21 lines
1 KiB
HTML
21 lines
1 KiB
HTML
<!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="help" href="http://www.w3.org/TR/css-fonts-3/#font-variant-position-prop"/>
|
|
<link rel="match" href="font-variant-position-ref.html"/>
|
|
<meta name="flags" content=""/>
|
|
<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>
|