Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text Test: Simple line breaking test</title>
<link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" >
<style>
div {
font: 25px/1 Ahem;
width: 1em;
height: 6em;
background: green;
}
</style>
<p>This test passes if there is no red.
<div></div>