| <!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> |