summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-003-ref.html
blob: 1b50b667c03adae2db1f985e847b0106f9c6ad07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<meta charset=utf-8>
<title>CSS test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">

<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
  font: 25px/1 Ahem;
  color: green;
}
</style>

<p>This test passes if there is a green rectangle and no red.

<div>X<br>X<br>X<br>X</div>