summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/selectors/first-child-selector-001-ref.html
blob: 8aa67fa12a6bf3951d82930aa4f2a39fafd3e12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<title>CSS Reftest Reference</title>
<style>
    .green {
        color: green;
    }
</style>
<body>
    <div class="green">Filler Text</div>
    <div>Filler Text</div>
    <p>Test passes if the first "Filler Text" above is green and the second one is black.</p>
</body>
</html>