mirror of
https://github.com/servo/servo.git
synced 2025-06-14 03:14:29 +00:00
15 lines
No EOL
472 B
HTML
15 lines
No EOL
472 B
HTML
<!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> |