3 <link rel=
"author" title=
"GĂ©rard Talbot" href=
"http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
4 <style type=
"text/css">
11 div#black
{background-color: black
; width: 600px; height: 50px;}
13 div#orange
{background-color: orange
; position: relative
; left: 200px; height: 30px;}
17 background-color: blue
;
22 <div class=
"stripe" id=
"black"></div>
23 <div class=
"stripe" id=
"orange"></div>
25 <p>Test passes if the following
5 conditions are met: there is a black stripe, there is an orange stripe, there is a blue line, the black stripe's bottom is touching the top of the orange stripe and the orange stripe's bottom is touching the top of the blue line.
</p>