chromium/third_party/blink/web_tests/external/wpt/css/css-fonts/ric-in-monospace-ref.html

<!DOCTYPE html>

<style>
  @font-face {
    font-family: IcTestFullWidth;
    src: url(../css-values/resources/IcTestFullWidth.woff2);
  }
  :root {
    font-family: IcTestFullWidth;
  }
</style>

<p style="font-family: sans-serif">The following two lines should look exactly the same.</p>

<div style="font-size: 1ic">
  <div style="font-family: sans-serif;">
    Text.
  </div>

  <div style="font-family: sans-serif;">
    Text.
  </div>
</div>