Newer
Older
minerva / Tests / LibWeb / Layout / input / css-counters / hidden-elements.html
@minerva minerva on 13 Jul 143 bytes Initial commit
<style>
p {
    counter-increment: a;
}
p::before {
    content: counter(a) ": ";
}
</style><p>A<p>B<p>C<p style="display:none">SECRET<p>D<p>E