chromium/third_party/blink/web_tests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html

<!DOCTYPE html>
<style>
html {
  font-family: Courier, monospace;
}
td, span {
  word-break: break-word;
}
span {
  float: left;
}
table, p {
  width: 1ch;
}
</style>
<table><tr><td>...</td></tr></table>
<p><span>...</span></p>