<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Keith Schwarz" href="mailto:[email protected]">
<link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
<style>
div {
width: 200px;
height: 100px;
border: 1px solid black;
}
</style>
</head>
<body>
<div></div>
</body>
</html>