You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="When a face does not exist for a given width, normal or condensed values map to a narrower face, otherwise a wider face.">
<style>
@font-face {
font-family: "test";
src: url(support/fonts/pass.woff) format("woff");
font-stretch: condensed;
}
@font-face {
font-family: "test";
src: url(support/fonts/fail.woff) format("woff");
font-stretch: expanded;
}
.test {
font-family: "test";
font-size: 6em;
font-stretch: normal;
}
</style>
<p>Test passes if the word PASS appears below.</p>