blob: a997799a63b3d0582717bb49a0b53c36fbf58dba [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta name=fuzzy content="0;0">
<style>
.box {
width: 100px;
height: 100px;
background-color: rgb(0, 128, 0);
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>