blob: 37c9cf8d8be5d5f59227722e560adb0713e439cb [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
.test {
width: 100px;
height: 100px;
background: #080;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>