mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
17 lines
451 B
HTML
17 lines
451 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CSS Reftest Reference</title>
|
|
<link rel="author" title="Ms2ger" href="mailto:Ms2ger@gmail.com"/>
|
|
<meta name="flags" content="ahem"/>
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style type="text/css"><![CDATA[
|
|
div {
|
|
font: 24px/1em Ahem;
|
|
}
|
|
]]></style>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if there is only one box below (with no jagged edges).</p>
|
|
<div>xx</div>
|
|
</body>
|
|
</html>
|