blob: 94aeb90174b19a8f07a22f1dd81e2884d95c477e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that feature resolution order is honored. For more information, click <a href="http://www.w3.org/TR/css3-fonts/#feature-precedence">here</a>. The test passes if there is a particular sequence of Xs and check marks below.
<div style="font-family: FontWithFeaturesOTF;">
<span>B</span>
<span>B</span>
<span>A</span>
<span>B</span>
<span>A</span>
<span>B</span>
<span>A</span>
<span>B</span>
<span>B</span>
<span>A</span>
</div>
</body>
</html>