blob: ff74b3bce2d5ece698b404ecd30b53538c0eb420 [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: 20em;
}
</style>
<p>Test passes if there is a green rectangle below and no red.</p>
<div id=green></div>