blob: 9db90b2467c711537019090a9e943278b8df18c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html><head><title>CSS Reftest Reference</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack">
<link href="support/ahem.css" type="text/css" rel="stylesheet">
<meta content="ahem" name="flags">
<style>
p {
font-family: Ahem, sans-serif;
}
</style>
</head><body><p>This text must be in Ahem.</p>
</body></html>
|