Sign in
webkit
/
WebKit
/
3ee83bd7079b5d32a56631e7e3c8cee2e6830703
/
.
/
LayoutTests
/
fast
/
css
/
counters
/
counter-reset-inherit-bug-94642.html
blob: 2d9e86170ca7a23b0080ab2076870ac6b19795b2 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
body
{
counter-reset
:
x
0
;
}
div
{
counter-increment
:
inherit
;
}
div
:
before
{
content
:
counter
(
x
);
}
</style>
<div></div>