ladybird/Tests/LibWeb/Layout/input/css-counters/hidden-elements.html
2025-06-03 11:03:19 +01:00

9 lines
159 B
HTML

<!DOCTYPE html>
<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