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

<!DOCTYPE html>
<meta charset="utf-8">
<title>test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
span {
  font-size: 3em;
  color: red;
  text-shadow: 3px 3px 3px black;
}
</style>

<p>Test passes if the word “example” below is hyphenated, and the hyphen is large, red, and has a shadow

<div>ex<span>&#x002D;</span><br>ample</div>