1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibWeb/Ref/expected/css/css-counter/counter-increment-insert-before-ref.html

12 lines
261 B
HTML

<!DOCTYPE html>
<style>
div.one::before { content: '1: '; }
div.two::before { content: '2: '; }
div.three::before { content: '3: '; }
</style>
<div>
<div class='one'>One</div>
<div class='two'>Two</div>
<div class='three'>Three</div>
</div>
</html>