Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
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>