chromium/third_party/blink/web_tests/external/wpt/css/css-text/word-break/reference/word-break-keep-all-063-ref.html

<!DOCTYPE html>

  <meta charset="UTF-8">

  <title>CSS Reference Test</title>

  <link rel="author" title="GĂ©rard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">

  <style>
  div
    {
      border: orange solid;
      font: 24px monospace;
      margin-bottom: 4px;
      width: 15ch;
    }
  </style>

  <p>Test passes if the glyphs in the 5 orange rectangles are laid out <strong>identically</strong>.

  <div>A simple<br>sentence in eng<br>lish.</div>

  <div>A simple<br>sentence in eng<br>lish.</div>

  <div>A simple<br>sentence in eng<br>lish.</div>

  <div>A simple<br>sentence in eng<br>lish.</div>

  <div>A simple<br>sentence in eng<br>lish.</div>