blob: ed7f32592cc335c1706f813b93112fd65ed88f4f [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
div {
background-color: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>