blob: 323a120592cd74b726fc79e78363ba35e50d3d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!doctype html>
<html>
<meta charset="utf-8">
<title>Reference File for line breaking tests</title>
<link rel=author title="Florian Rivoal" href="http://florian.rivoal.net">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div {
color:green;
line-height: 1em;
font-family: Ahem;
font-size: 20px;
}
</style>
<body>
<p>There should be a green rectangle and no red.</p>
<div>X<br>X</div>
</body>
</html>
|