4 <title>CSS Reference File
</title>
5 <link rel=
"author" title=
"Rebecca Hauck" href=
"mailto:rhauck@adobe.com"/>
6 <style type=
"text/css">
15 border: 1px solid black
;
22 border-bottom: 1px solid black
;
27 background-color: green
;
52 background-color: lightblue
;
54 clip-path: polygon
(0% 50%, 50% 100%, 0 100%);;
60 The test passes if one green bar is inside the top rectangle, three green bars
61 are in the bottom rectangle, and none intersect the triangle. There should be no red.
64 <div id=
"bar-1" class=
"bar"></div>
65 <div id=
"bar-2" class=
"bar"></div>
66 <div id=
"bar-3" class=
"bar"></div>
67 <div id=
"bar-4" class=
"bar"></div>
69 <div id=
"margin-line"></div>
70 <div id=
"triangle"></div>