4 <title>CSS Reference File</title>
5 <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"/>
6 <style type="text/css">
21 background: rgb(0,100,0);
26 background-color: blue;
28 .left-line { left: 65px; }
29 .right-line { left: 125px }
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">
38 <img src="../support/left-half-rectangle.png">
40 <div class="green right-rect"></div>
41 <div class="blue left-line"></div>
42 <div class="blue right-line"></div>