chromium/third_party/blink/web_tests/external/wpt/css/css-text/hyphens/reference/hyphens-span-001-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
  border: solid orange;
  margin: 5px;
  width: 6ch;
  hyphens: manual;
}
</style>

<p>Test passes if the text in all orange boxes below is identical (including the presence and position of a hyphen).

<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>
<div>high&shy;way</div>