blob: daf17c9c0aa310ec26ea0d2510add74675f6216c [file] [log] [blame]
<!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>