chromium/third_party/blink/web_tests/virtual/text-antialias/hyphens/hyphens-none-expected.html

<!DOCTYPE html>
<style>
div {
  font-family: 'Courier New';
}

span {
  border: thin solid black;
  display: block;
  width: 5ch;
}
</style>
<div lang="en-us">
  <div>
    <span>hy-<br>phen-<br>ation</span>
  </div>
  <div>
    <span>hyphenation</span>
  </div>
</div>