summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/pre-wrap-018-ref.html
blob: a87649432fea65476e82dd09d212cbc35417f766 (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>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<style>
div {
  font-size: 2rem;
  margin: 1rem;
  white-space: pre;
  width: 5ch;
  border: solid 1px;
  font-family: monospace;
}
span {
  text-decoration: underline;
}

</style>

<p>Test passes if the two boxes below are identical.

<div> <span> 0 </span></div>
<div> <span> 0 </span></div>