chromium/third_party/blink/web_tests/fast/css/font-family-case-insensitive.html

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Manuel Rego Casasnovas" href="mailto:[email protected]">
<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>