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