mirror of
https://github.com/servo/servo.git
synced 2025-07-16 11:53:39 +01:00
16 lines
386 B
HTML
16 lines
386 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"/>
|
|
<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>
|