blob: a587321538ee3dc9bb5653bb6392d631e4ed7fc2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Jun Ichikawa" href="mailto:jun1ka0@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<style type="text/css">
div.brightness_noset {
width: 200px;
height: 200px;
background-color: rgb(0, 255, 0);
}
</style>
</head>
<body>
<p>You should see green rectangle.</p>
<div class="brightness_noset"></div>
</body>
</html>