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);
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 clip is applying to all
32 <div class=
"clip green positioned">
33 <div class=
"red"></div>
34 <div class=
"red positioned"></div>