summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/lists/counter-increment-034-ref.html
blob: 7acce361bb5553b3906e5176ce3b50723f32d396 (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 '30' appears below.</p>
    <div>30</div>
</body>