blob: 911fb34148b748ebb112f268f3250447de90e832 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
div {
background: green;
width: 50px;
height: 100px;
margin-left: 25px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>