blob: f3c2d5f9fc9fd1576c5912bde130042800df6add [file] [log] [blame]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS Test: font-variant: none; low level equivalence</title>
<link rel="author" title="Mike Bremford" href="mike@bfo.com" />
<style>
@font-face {
font-family: fwf;
src: url(support/fonts/FontWithFancyFeatures.otf);
}
.test {
font-family: fwf;
font-size: 2.4em;
line-height: 0.5;
color: purple;
}
</style>
</head>
<body>
<p>Test passes if the six lines below are identical, with five check marks.</p>
<section class="test">
<p>AAAAA</p>
<p>AAAAA</p>
<p>AAAAA</p>
<p>AAAAA</p>
<p>AAAAA</p>
<p>AAAAA</p>
</section>
</body>
</html>