https://github.com/web-platform-tests/wpt
Raw File
Tip revision: fee987632e670876c7468ccd695f41fe90911d6b authored by Manuel Rego Casasnovas on 05 April 2018, 07:04:59 UTC
[css-multicol] column-gap normal is 1em per spec now
Tip revision: fee9876
font-variant-caps.html
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>CSS Test: feature value matching for font-variant-caps</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-caps-prop"/>
<link rel="match" href="font-variant-caps-ref.html"/>
<meta name="flags" content=""/>
<meta name="assert" content="Values of font-variant-caps 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-caps", false, false));
</script>
</body>
</html>
back to top