haikuwebkit/LayoutTests/fast/text/multiple-feature-properties...

21 lines
508 B
HTML

<!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>