blob: 3aec1631c126e910a4013277d7a6bd11257f5993 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: Grouping</title>
<style type="text/css">
.one, .two, .three { color: green; }
</style>
<link title="5.2.1 Grouping" href="http://www.w3.org/TR/CSS21/selector.html#grouping" rel="help">
</head>
<body>
<p class="one"> This sentence should be green. </p>
<p class="two"> This sentence should be green. </p>
<p class="three"> This sentence should be green. </p>
</body>
</html>