blob: 9dfc24c526bc2decc452a73a0065b5ae39faf5e6 [file] [log] [blame]
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
div {
border: 1px solid green;
background: green;
margin-top: 100px;
width: 100px;
height: 100px;
}
</style>
<div></div>