blob: 8f3070fcbe40bf1f8c591de59c76da149cbeaddd [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
.test {
width: 100px;
height: 100px;
background: rgb(0% 50% 0%);
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>