blob: 51ee9548d535e795a569a14b909eda6b51381823 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Takeshi Kurosawa" href="mailto:taken.spc@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<style type="text/css">
div {
width: 200px;
height: 200px;
background-color: #808080;
}
</style>
</head>
<body>
<p>The test passes if there is a gray box and no red.</p>
<div></div>
</body>
</html>