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

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

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