blob: bd88329ad0eac9866ea4b195ebad6327ec83007c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!doctype html>
<html>
<meta charset="utf-8">
<title>Test reference</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: 50px/1 Ahem;
position: absolute;
z-index: -1;
color: green;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.
<div>⁠AB<br>⁠CD</div>
|