4 <title>CSS Reference File
</title>
5 <link rel=
"author" title=
"Rebecca Hauck" href=
"rhauck@adobe.com"/>
6 <style type=
"text/css">
11 background-color: rgb
(0,100,0);
15 .left-rect { left: 10px; }
16 .right-rect { left: 120px; }
21 background-color: blue
;
23 .left-line { left: 115px; }
24 .right-line { left: 230px }
34 The test passes if the green rectangle on the right is completely between the two blue lines.
35 There should be no red.
37 <div class=
"green left-rect"></div>
38 <div class=
"green right-rect"></div>
39 <div class=
"blue left-line"></div>
40 <div class=
"blue right-line"></div>