1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
8 background-color: green;
16 background-color: red;
28 You should see a
100x100 green square below. If you see any red, the test
29 has failed. This test is checking to make sure overflow is done using
30 a containing block model.
32 <div class=
"overflow green positioned">
33 <div class=
"red"></div>
34 <div class=
"red positioned"></div>