4 <title>CSS Reference File
</title>
5 <link rel=
"author" title=
"Rebecca Hauck" href=
"mailto:rhauck@adobe.com"/>
6 <style type=
"text/css">
42 #left-triangle, #right-triangle
{
47 background-color: lightblue
;
50 clip-path: polygon
(0 0, 200px 200px, 0 200px);
54 clip-path: polygon
(200px 0, 200px 200px, 0 200px);
60 The test passes if the green shape does not intersect either of the triangles and
61 there is one green horizontal bar beneath the triangles. There should be no red.
65 XXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXX XXXXXXXXXXXXX XXXXXXXXXXX
81 <div id=
"left-triangle"></div>
82 <div id=
"right-triangle"></div>