summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-vs-joiners-002-ref.html
blob: 63bbe7ac0260897c844259e0f27872ac28b3e79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<meta charset=utf-8>

<title>CSS Text reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">

<style>
p {
  width: min-content;
  border: 2px solid green;
  font: 24px monospace;
}
</style>

<body>
  <p>
    This
    is
    a
    simple
    test
  </p>
</body>