1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
8 background-color: green;
16 background-color: red;
20 clip: rect(
0px
100px
100px
0px);
33 You should see a
100x100 green square below. If you see any red, the test
34 has failed. This test is checking to make sure clip is applying to all
37 <div class=
"clip green positioned">
38 <div class=
"red"></div>
39 <div class=
"red overflow"></div>