chromium/third_party/blink/web_tests/external/wpt/css/css-text/word-break/auto-phrase/reference/word-break-auto-phrase-008-ref.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
  font-size: 2em;
  border-left: solid black;
  margin: 15px;
  width: 0;
  hyphens: manual;
}
</style>

<p>Test passes if both words bellow are hyphenated.

<div id=test lang=en>con&shy;sid&shy;era&shy;tion</div>
<div id=ref lang=en>con&shy;sid&shy;era&shy;tion</div>