servo/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-declaration-15-ref.htm

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>