summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/white-space-pre-wrap-trailing-spaces-004-ref.html
blob: de92f22e627bf844ac02aa9366f4e1dbcf0ca35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<meta charset=utf-8>
<title>CSS test Reference</title>
<link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" />

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

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

<div>XX<span>X</span><br>XX</div>