4 <title>CSS Reference File
</title>
5 <link rel=
"author" title=
"Rebecca Hauck" href=
"rhauck@adobe.com"/>
6 <style type=
"text/css">
15 background-color: rgb
(0,100,0);
22 background-color: blue
;
24 .green, .blue { position: absolute
; }
29 The test passes if there are two identical green rectangles on either side of the blue line.
30 There should be no red.
32 <div class=
"green"></div>
33 <div class=
"blue"></div>