summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-break/reference/line-break-anywhere-001-ref.html
blob: daf17c9c0aa310ec26ea0d2510add74675f6216c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang=en>
<meta charset="utf-8">
<title>CSS Text Test Reference</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
<style>
#green {
  position: absolute;
  background: green;
  font-family: monospace;
  width: 1ch;
  height: 19em;
}
</style>

<p>Test passes if there is a green rectangle below and no red.</p>
<div id=green></div>