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