blob: b3b7e3575d69ad0aec063db12e208b4a9e5f62fb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
div {
height: 100px;
width: 100px;
background: lime;
}
</style>
</head>
<body>
<div></div>
</body>
</html>