summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-fonts/font-variant-debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-fonts/font-variant-debug.html')
-rw-r--r--testing/web-platform/tests/css/css-fonts/font-variant-debug.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-fonts/font-variant-debug.html b/testing/web-platform/tests/css/css-fonts/font-variant-debug.html
new file mode 100644
index 0000000000..827557ad66
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/font-variant-debug.html
@@ -0,0 +1,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> \ No newline at end of file