summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/reference/word-break-keep-all-063-ref.html
blob: 5ab3f5ff0f208b1e6d61f2e5bbb41e924396b362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>