summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-variant-debug.html
blob: 827557ad6648f92ce0a24009ca13aa8f9986e8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html lang="en">
<!-- -->
<!-- This is a debug version of the tests, it's helpful for debugging -->
<!-- -->
<head>
<title>CSS Test: debug font-variant value tests</title>
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com"/>
<meta name="assert" content="Each font-variant property value should enable specific features and not 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, "all", true, true));
</script>
</body>
</html>