blob: 9a2a030737438cd3fb64e364e43a4fc364be653c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Reftest Reference</title>
<link rel="author" title="Mirela Budăeș" href="mailto:mbudaes@adobe.com">
<style>
div {
width: 100px;
height:100px;
background-color: #0F0;
}
</style>
</head>
<body>
<p>There should be a green rectangle on the screen. <br>
Test passes if you see a green rectangle.</p>
<div></div>
</body>
</html>