summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/selectors/class-selector-012-ref.html
blob: 52f9a3abcec002bce7caecc882c748a3160d157c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
    p {
        color: white;
        background: green;
    }
</style>
<body>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
    <p>This line should be green.</p>
</body>
</html>