summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/text-wrap-balance-003-ref.html
blob: 318480bb5028d95c6a1ec3a3dfcd7fd50c0b662d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
  font: 15px Ahem;
  width: 35ch;
  margin: 1em;
}
.green {
  color: green;
}
.blue {
  color: blue;
}
</style>
<p>Both test blocks (green) should have the same layout as the reference (blue):</p>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="blue">The quickest brown fox<br>jumped over the lazy dog</div>