1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: Basic Containment
</title>
5 <style type=
"text/css">
6 @import url
(support
/a-green
.css
);
7 @import
"support/b-green.css";
9 @import url
(support
/c-red
.css
);
10 <!-- .d
{ color: green
; } -->
12 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/cascade.html#at-import" title=
"6.3 The @import rule">
13 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#uri" title=
"4.3.4 URL + URN = URI">
16 <p class=
"a">This line should be green.
</p>
17 <p class=
"b">This line should be green.
</p>
18 <p class=
"c">This line should be green.
</p>
19 <p class=
"d">This line should be green.
</p>