chromium/third_party/blink/web_tests/virtual/text-antialias/incorrect-fixed-pitch-font-expected.html

<!DOCTYPE html>
<html>
  <head>
    <title>Tests fonts with the fixed-pitch bit set</title>
    <style>
      @font-face {
        font-family: test;
        src: url('../../resources/fixed-pitch-font/test.ttf');
      }
    </style>
  </head>
  <body>
    <h1>Tests fonts with the fixed-pitch bit set</h1>
    <div style="font-family: test; font-size: 50px;">
      tes <em>tes</em> tes
    </div>
  </body>
</html>