summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/break-spaces-tab-005-ref.html
blob: 798e35fd660b9d1e9681c7de01cb0efc923e6aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test reference</title>
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
  font: 20px/1 Ahem;
  white-space: break-spaces;
  color: green;
  white-space: pre;
}
</style>

<p>Test passes if there is a green rectangle and no red.
<div>XX<br>XX<br>XX<br>XX<br>XX<br>XX<br>XX</div>