blob: 5de90caf7f0c72041334349b7c4b1044d373bc22 [file] [log] [blame] [edit]
<!doctype html>
<meta charset="utf-8">
<title>CSS test reference</title>
<style>
div {
background-color: green;
}
</style>
<div style="width: 100px; height: 100px"></div>
<div style="width: 200px; height: 200px;"></div>