blob: 210994b3ec0e9bec82709f7055792d1f97ad72ed [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Ethan Malasky" href="mailto:emalasky@adobe.com">
<meta name="flags" content="ahem image">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style type="text/css">
#content {
color: transparent;
font: 100px Ahem;
}
#content > #foo {
background-image: url("../support/cat.png"); /* 98 w. by 99px h. */
background-repeat: no-repeat;
}
</style>
</head>
<body>
<p>Test passes if cat image is visible.</p>
<div id="content"><span id="foo">X</span>
</div>
</body>
</html>