10 lines
161 B
HTML
10 lines
161 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
background: green;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
<p>Test passes if there is a filled green square.</p>
|
|
<div></div>
|