blob: 9f4535de26212ae84ccfe27e4bd5ba01ce26f3bf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com">
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<style>
div {
position: relative;
top: 23px;
width: 100px;
height: 100px;
background: gold;
}
</style>
</head>
<body>
<div></div>
</body>
</html>