Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
CSS2
/
lists
/
counter-increment-021-ref.html
blob: 39f51548ea319117cbc1ec4557338bb1ec4d8e78 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
div
{
font-size
:
30px
;
}
</style>
<body>
<p>
Test passes if the number '20' appears below.
</p>
<div>
20
</div>
</body>