Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
CSS2
/
lists
/
counter-increment-055-ref.html
blob: 2f3532e18e2741522695ade7c678674838eea2e8 [
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 '1' appears below.
</p>
<div>
1
</div>
</body>