blob: abd532955da5dbd998fdf25e7c809413b50721e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<style>
div#wrapper
{
background-color: green; /* change color to see what happens with position static */
height: 200px;
width: 200px;
}
</style>
<p>Test passes if there is no red.</p>
<div id="wrapper">
</div>
|