blob: 95c86091cb3923bda2e5139316dabdb1f486415b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!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>
|