summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/white-space/reference/pre-wrap-014-ref.html
blob: 87d51f6067d5718b03f74df1532058f765ab2b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text level 3 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-size: 20px;
  font-family: Ahem;
  line-height: 1em;
  color: green;

}
</style>
<body>
  <p>Test passes if there is a <strong>filled green rectangle</strong> and <strong>no red</strong>.</p>
  <div>XXXX</div>
</body>