summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists/counter-increment-027-ref.html
blob: 232149e5f0a8a57af1c86af18e305ecd93591ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    div {
        font-size: 30px;
    }
</style>
<body>
    <p>Test passes if the number '3' appears below.</p>
    <div>3</div>
</body>