blob: 2d860896cf7173cb3b93812c1b9f3953702401b0 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
<link rel="match" href="font-family-case-insensitive-expected.html">
<link rel="help" href="https://drafts.csswg.org/css-fonts-3/#font-family-casing">
<style>
div {
width: 100px;
height: 100px;
background: red;
color: green;
font-size: 100px;
font-family: ahem;
}
</style>
<p>This test checks that font-family is case insensitive.</p>
<p>Prerequisites: this test requires that a font called "Ahem" and not "ahem" is installed.</p>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div>X</div>