blob: 8dff403ee8cc8a6df01f3f235516f0078d2e2dbe [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#foo {
width: 400px;
height: 400px;
background-color: green;
}
</style>
</head>
<body>
<div id="foo"></div>
</body>
</html>