blob: 79f90d72cce1e34957f448d78062782451693cd6 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Mihai Balan" href="mailto:mibalan@adobe.com">
<style>
#region {
font-family: Ahem;
font-size: 20px;
line-height: 1em;
color: lime;
z-index: 42;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<ol>
<li>You should see no red.</li>
<li>Test passes if you see a green square.</li>
</ol>
<div id="region">
xxxxx<br>
xxxxx<br>
xxxxx<br>
xxxxx<br>
xxxxx
</div>
</body>
</html>