blob: 629cb939e01329ae1f9613876f050777b1d5b011 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
<style>
#a {
width: 150px;
height: 150px;
background: green;
margin: 25px;
}
</style>
</head>
<body>
<div id="a"></div>
</body>
</html>